From 300305e649ad88ac9f98b176b4d923d8a5ef15e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 21:06:02 +0000 Subject: [PATCH] fix(deps): update rust crate miniz_oxide to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5aeab59..8dc637b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ enum_dispatch = "0.3.13" guardian = "1.1.0" log = "0.4.22" lz4_flex = { version = "0.11.3", optional = true } -miniz_oxide = { version = "0.7.4", optional = true } +miniz_oxide = { version = "0.8.0", optional = true } path-absolutize = "3.1.1" quick_cache = { version = "0.6.5", default-features = false, features = [] } self_cell = "1.0.4"