From d8b514cd0264ff33c3cccde68cd6dc2e69f61b1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:53:06 +0000 Subject: [PATCH] Update Rust crate tokio-stream to 0.1.15 (#761) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- nativelink-scheduler/Cargo.toml | 2 +- nativelink-service/Cargo.toml | 2 +- nativelink-store/Cargo.toml | 2 +- nativelink-util/Cargo.toml | 2 +- nativelink-worker/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9da8a5ca5..6009ba687 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3001,9 +3001,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index 4f0182056..75d64eb67 100644 --- a/nativelink-scheduler/Cargo.toml +++ b/nativelink-scheduler/Cargo.toml @@ -25,7 +25,7 @@ parking_lot = "0.12.1" rand = "0.8.5" scopeguard = "1.2.0" tokio = { version = "1.36.0", features = ["sync", "rt", "parking_lot"] } -tokio-stream = { version = "0.1.14", features = ["sync"] } +tokio-stream = { version = "0.1.15", features = ["sync"] } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" diff --git a/nativelink-service/Cargo.toml b/nativelink-service/Cargo.toml index c6d893718..4c405e5b5 100644 --- a/nativelink-service/Cargo.toml +++ b/nativelink-service/Cargo.toml @@ -18,7 +18,7 @@ parking_lot = "0.12.1" prost = "0.12.3" rand = "0.8.5" tokio = { version = "1.36.0", features = ["sync", "rt"] } -tokio-stream = { version = "0.1.14", features = ["sync"] } +tokio-stream = { version = "0.1.15", features = ["sync"] } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" uuid = { version = "1.7.0", features = ["v4"] } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 51a6c52ba..117426e7d 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -32,7 +32,7 @@ sha2 = "0.10.8" shellexpand = "3.1.0" tempfile = "3.10.1" tokio = { version = "1.36.0" } -tokio-stream = { version = "0.1.14", features = ["fs"] } +tokio-stream = { version = "0.1.15", features = ["fs"] } tokio-util = { version = "0.7.10" } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 960fea1e6..3b984950f 100644 --- a/nativelink-util/Cargo.toml +++ b/nativelink-util/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.8.5" serde = { version = "1.0.197", features = ["derive"] } sha2 = "0.10.8" tokio = { version = "1.36.0", features = [ "sync", "fs", "rt", "time", "io-util", "macros" ] } -tokio-stream = { version = "0.1.14", features = ["sync"] } +tokio-stream = { version = "0.1.15", features = ["sync"] } tokio-util = { version = "0.7.10" } tonic = { version = "0.11.0", features = ["tls"] } tracing = "0.1.40" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index 3a190c819..01ee536a5 100644 --- a/nativelink-worker/Cargo.toml +++ b/nativelink-worker/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0.197" serde_json5 = "0.1.0" shlex = "1.3.0" tokio = { version = "1.36.0", features = ["sync", "rt", "process"] } -tokio-stream = { version = "0.1.14", features = ["fs"] } +tokio-stream = { version = "0.1.15", features = ["fs"] } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" uuid = { version = "1.7.0", features = ["v4"] }