From 2b8696244e1aa5e2324e86680869fe326258d7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:06:05 +0000 Subject: [PATCH] dependabot: bump flate2 from 1.0.34 to 1.0.35 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.34 to 1.0.35. - [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.34...1.0.35) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47518e5f..9c33658c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,9 +1413,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/Cargo.toml b/Cargo.toml index dcdd0033..49f5f62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ current_platform = "0.2.0" dlopen2 = "0.7" encoding_rs = "0.8.35" evtx = { version = "0.8.4", features = ["multithreading"] } -flate2 = "1.0.34" +flate2 = "1.0.35" itertools = "0.13.0" jetscii = { version = "0.5.3", optional = true } jwalk = "0.8.1"