From d465c3a5d2d76127d3d6bdb3930a6ac444778745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:19:59 +0000 Subject: [PATCH] chore(deps): bump miniz_oxide from 0.8.9 to 0.9.0 Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.9 to 0.9.0. - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/compare/0.8.9...0.9.0) --- updated-dependencies: - dependency-name: miniz_oxide dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46c02fd..72f6645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,7 +738,7 @@ dependencies = [ "bit_field", "half", "lebe", - "miniz_oxide", + "miniz_oxide 0.8.9", "rayon-core", "smallvec", "zune-inflate", @@ -753,7 +753,7 @@ dependencies = [ "esox", "image", "locale_config", - "miniz_oxide", + "miniz_oxide 0.9.0", "pdf-writer", "raylib", "rfd", @@ -802,7 +802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" dependencies = [ "crc32fast", - "miniz_oxide", + "miniz_oxide 0.8.9", ] [[package]] @@ -1361,6 +1361,15 @@ dependencies = [ "simd-adler32", ] +[[package]] +name = "miniz_oxide" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5faa9f23e86bd5768d76def086192ff5f869fb088da12a976ea21e9796b975f6" +dependencies = [ + "adler2", +] + [[package]] name = "mint" version = "0.5.9" @@ -1637,7 +1646,7 @@ dependencies = [ "crc32fast", "fdeflate", "flate2", - "miniz_oxide", + "miniz_oxide 0.8.9", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index cfa5024..06445f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dirs = "6.0.0" esox = "0.1.2" image = "0.25.9" locale_config = "0.3.0" -miniz_oxide = "0.8.9" +miniz_oxide = "0.9.0" pdf-writer = "0.14.0" raylib = { git = "https://github.com/raylib-rs/raylib-rs.git", features = [ "raygui",