From 1e4d8232aa8dba8796b39762fb4acf9d863240a4 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 10 Sep 2022 19:07:52 +0200 Subject: [PATCH] Bump miniz_oxide to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef1c5ec0..f5d6119c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cpp_demangle = { default-features = false, version = "0.3.0", optional = true } # Optional dependencies enabled through the `gimli-symbolize` feature, do not # use these features directly. addr2line = { version = "0.17.0", default-features = false } -miniz_oxide = { version = "0.5.0", default-features = false } +miniz_oxide = { version = "0.6.0", default-features = false } [dependencies.object] version = "0.29.0"