diff --git a/Cargo.lock b/Cargo.lock index 9d7f1aa..5bedd02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" +checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 81dc2e0..ef7e89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/main.rs" anyhow = "1.0.98" clap = { version = "4.5.39", features = ["derive"] } crates_io_api = "0.11.0" -flate2 = "1.1.1" +flate2 = "1.1.2" indicatif = "0.17.11" reqwest = { version = "0.12.19", features = ["blocking", "rustls-tls"] } tar = "0.4.44"