From 0d7d9b433c52bdf4d7ad6dbeb25038de021d7339 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:18:46 +0000 Subject: [PATCH] Update Rust crate flate2 to 1.0.35 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a667cacef7..48ab295459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3081,9 +3081,9 @@ checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" [[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 8f4ba04ad1..cea012e0fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -372,7 +372,7 @@ either = "1.13.0" expectorate = "1.1.0" fatfs = "0.3.6" filetime = "0.2.25" -flate2 = "1.0.34" +flate2 = "1.0.35" float-ord = "0.3.2" flume = "0.11.1" foreign-types = "0.3.2" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 7152bd0177..fda41a1172 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -49,7 +49,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] either = { version = "1.13.0" } elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] } ff = { version = "0.13.0", default-features = false, features = ["alloc"] } -flate2 = { version = "1.0.34" } +flate2 = { version = "1.0.35" } fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] } futures = { version = "0.3.31" } futures-channel = { version = "0.3.31", features = ["sink"] } @@ -169,7 +169,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] either = { version = "1.13.0" } elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] } ff = { version = "0.13.0", default-features = false, features = ["alloc"] } -flate2 = { version = "1.0.34" } +flate2 = { version = "1.0.35" } fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] } futures = { version = "0.3.31" } futures-channel = { version = "0.3.31", features = ["sink"] }