Skip to content

Commit ee2d161

Browse files
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](tokio-rs/tokio@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] <support@github.com>
1 parent e14ea18 commit ee2d161

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tempfile = "3.18.0"
113113
thiserror = "2.0.12"
114114
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
115115
tokio = { version = "1.45.0", features = ["full"] }
116-
tokio-stream = { version = "0.1.17", features = ["io-util"] }
116+
tokio-stream = { version = "0.1.18", features = ["io-util"] }
117117
tokio-tungstenite = "0.26.2"
118118
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
119119
toml = "0.8.12"

crates/semantic-search-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bm25 = { version = "2.3.2", features = ["language_detection"] }
3636
anyhow = "1.0"
3737
reqwest = { workspace = true }
3838
zip = { version = "4.3.0", default-features = false, features = ["deflate", "time"] }
39-
tokio-stream = "0.1.17"
39+
tokio-stream = "0.1.18"
4040
sha2 = "0.10.9"
4141
pdf-extract.workspace = true
4242

0 commit comments

Comments
 (0)