diff --git a/Cargo.lock b/Cargo.lock index 4075fae..a49bfda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,9 +655,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", "libz-ng-sys", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..3ef942c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ clap = { version = "4.5.37", default-features = false, features = [ comrak = { version = "0.38.0", default-features = false } const-hex = "1.14" const_format = "0.2" -flate2 = "1.0" +flate2 = "1.1" futures-util = "0.3" gix = { version = "0.71", default-features = false, features = [ "tracing",