From ee2d161ed06673468238e4afb8bc2dfbf77d120c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:17:54 +0000 Subject: [PATCH] fix(deps): bump tokio-stream from 0.1.17 to 0.1.18 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.17 to 0.1.18. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.17...tokio-stream-0.1.18) --- updated-dependencies: - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/semantic-search-client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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