diff --git a/Cargo.lock b/Cargo.lock index 6971eb0..129dbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1529,7 +1529,7 @@ dependencies = [ "tracing-subscriber", "url", "wiremock", - "zip 5.1.1", + "zip 6.0.0", ] [[package]] @@ -3370,9 +3370,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 5a66c3e..2a3854a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ thiserror = "2.0.12" claims = "0.8" rstest = "0.26" wiremock = "0.6" -zip = "5.1" +zip = "6.0" gitlab-runner-mock = "0.2.1" # gitlab-runner-mock = { path = "../gitlab-runner-rs/gitlab-runner-mock" }