Skip to content

Commit

Permalink
Update Rust crate tokio-stream to 0.1.15 (#761)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent 4dc541e commit d8b514c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit d8b514c

Please sign in to comment.