From 7ac8a70abb0a43fccb6793d69fc8db5417d8106a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:04:06 +0000 Subject: [PATCH] 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 ++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..685c8f572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3352,9 +3352,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/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index b21a5ddaf..c1a0372d6 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -61,7 +61,7 @@ version = "1.48.0" [dependencies.tokio-stream] features = ["net"] -version = "0.1.17" +version = "0.1.18" [dependencies.tonic] features = ["tls"] diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..d99ea2ac3 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -114,7 +114,7 @@ version = "1.48.0" [dependencies.tokio-stream] features = ["net"] -version = "0.1.17" +version = "0.1.18" [dependencies.tonic] features = ["tls"] diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..bb75438f8 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -80,7 +80,7 @@ version = "1.48.0" [dependencies.tokio-stream] features = ["net"] -version = "0.1.17" +version = "0.1.18" [dependencies.tonic] features = ["tls"]