From 4b5c52b9578173bf11e18e71d2d41a5647bf60d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:42:40 +0000 Subject: [PATCH] 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 0283314..b8ff396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,9 +241,9 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[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", diff --git a/Cargo.toml b/Cargo.toml index 9653540..a49a039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ coveralls = { repository = "Ortham/esplugin" } encoding_rs = "0.8.35" memchr = "2.7.4" nom = "7.0.0" -flate2 = { version = "1.0.34", optional = true } +flate2 = { version = "1.0.35", optional = true } unicase = "2.8.0" [dev-dependencies]