diff --git a/Cargo.lock b/Cargo.lock index c8bdaadb7c..51b4af113e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5560,7 +5560,7 @@ dependencies = [ "tracing", "uuid", "walkdir", - "zip 4.3.0", + "zip 4.6.1", ] [[package]] @@ -7891,9 +7891,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" dependencies = [ "arbitrary", "crc32fast", diff --git a/crates/semantic-search-client/Cargo.toml b/crates/semantic-search-client/Cargo.toml index 5024a5f4c6..c91d67e772 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 = "4.6.1", default-features = false, features = ["deflate", "time"] } tokio-stream = "0.1.17" sha2 = "0.10.9"