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"]