diff --git a/Cargo.lock b/Cargo.lock index 7171316..dd11e85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3359,9 +3359,9 @@ dependencies = [ [[package]] name = "zip" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "arbitrary", "crc32fast", diff --git a/observer_ward/Cargo.toml b/observer_ward/Cargo.toml index 0577c22..4d7dc5e 100644 --- a/observer_ward/Cargo.toml +++ b/observer_ward/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "=0.3.22", features = ["env-filter", "fmt"] } log = "0.4.28" console = "0.16.1" async-trait = { version = "0.1", optional = true } -zip = { version = "6.0.0", default-features = false, features = ["deflate"] } +zip = { version = "7.0.0", default-features = false, features = ["deflate"] } actix-web-httpauth = "0.8.1" actix-web = { version = "4.12.1", default-features = false, features = [ "macros",