diff --git a/Cargo.lock b/Cargo.lock index 88f08d699b4..cf6afc59a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2625,9 +2625,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 33407b9e566..7d4c9a9deac 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -66,7 +66,7 @@ console = "0.15.7" ctrlc = { version = "3.4.1", features = ["termination"] } dialoguer = "0.11.0" duct = "0.13" -flate2 = "1.0.27" +flate2 = "1.0.28" hex = "0.4" home = "0.5" indicatif = "0.17.7"