From 30cf1edf9819ed690b5f775bd26d077dfe93b706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:17:38 +0000 Subject: [PATCH] cargo(deps): bump flate2 from 1.0.32 to 1.0.33 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fbfab6e..f816695f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,9 +504,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.32" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666" +checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index edcf6392..ea3d0bf9 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -37,7 +37,7 @@ tokio-util = "0.7.11" rand = "0.8.5" dashmap = "6.0.1" parking_lot = "0.12.3" -flate2 = "1.0.32" +flate2 = "1.0.33" serde = { version = "1.0.209", default-features = false } serde_json = { version = "1.0.127", features = ["preserve_order"] } anyhow = { version = "1.0.86", features = ["backtrace"] }