diff --git a/Cargo.lock b/Cargo.lock index 2b7748c602..3a2501626a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7389,9 +7389,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea3..78507e7c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ tempfile = "3.18.0" thiserror = "2.0.12" time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] } tokio = { version = "1.45.0", features = ["full"] } -tokio-stream = { version = "0.1.17", features = ["io-util"] } +tokio-stream = { version = "0.1.18", features = ["io-util"] } tokio-tungstenite = "0.26.2" tokio-util = { version = "0.7.15", features = ["codec", "compat"] } toml = "0.8.12" diff --git a/crates/semantic-search-client/Cargo.toml b/crates/semantic-search-client/Cargo.toml index 9b6bb8d963..ba09b7f908 100644 --- a/crates/semantic-search-client/Cargo.toml +++ b/crates/semantic-search-client/Cargo.toml @@ -36,7 +36,7 @@ bm25 = { version = "2.3.2", features = ["language_detection"] } anyhow = "1.0" reqwest = { workspace = true } zip = { version = "4.3.0", default-features = false, features = ["deflate", "time"] } -tokio-stream = "0.1.17" +tokio-stream = "0.1.18" sha2 = "0.10.9" pdf-extract.workspace = true