From 670c731d2f685bc5d8e7c07b96ba7716a8c65348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:42:27 +0000 Subject: [PATCH] Update Rust crate flate2 to 1.0.30 --- Cargo.lock | 4 ++-- src/odin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c4f1d20..9b4ff1d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-ng-sys", diff --git a/src/odin/Cargo.toml b/src/odin/Cargo.toml index 9ae39964..fda74312 100644 --- a/src/odin/Cargo.toml +++ b/src/odin/Cargo.toml @@ -37,7 +37,7 @@ sysinfo = { version = "0", default_features = false } serde_json = "1.0" daemonize = "0.5.0" tar = "0.4" -flate2 = "1.0" +flate2 = "1.0.30" inflections = "1.1.1" md5 = "0.7" reqwest = { version = "0.12.4", default_features = false, features = ["blocking", "json", "rustls-tls"] }