diff --git a/Cargo.lock b/Cargo.lock index c7f5d0043a..938b9fe488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5647,7 +5647,7 @@ dependencies = [ "tracing", "uuid", "walkdir", - "zip 4.3.0", + "zip 5.0.0", ] [[package]] @@ -7978,9 +7978,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "b9fdfa5f34b5980f2c21b3a2c68c09ade4debddc7be52c51056695effc73a08c" dependencies = [ "arbitrary", "crc32fast", diff --git a/crates/semantic-search-client/Cargo.toml b/crates/semantic-search-client/Cargo.toml index 5024a5f4c6..457ef5204c 100644 --- a/crates/semantic-search-client/Cargo.toml +++ b/crates/semantic-search-client/Cargo.toml @@ -35,7 +35,7 @@ bm25 = { version = "2.2.1", features = ["language_detection"] } # Common dependencies for all platforms anyhow = "1.0" reqwest = { workspace = true } -zip = { version = "4.3.0", default-features = false, features = ["deflate", "time"] } +zip = { version = "5.0.0", default-features = false, features = ["deflate", "time"] } tokio-stream = "0.1.17" sha2 = "0.10.9"