Skip to content

Commit d8b514c

Browse files
Update Rust crate tokio-stream to 0.1.15 (#761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dc541e commit d8b514c

6 files changed

Lines changed: 7 additions & 7 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.

nativelink-scheduler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parking_lot = "0.12.1"
2525
rand = "0.8.5"
2626
scopeguard = "1.2.0"
2727
tokio = { version = "1.36.0", features = ["sync", "rt", "parking_lot"] }
28-
tokio-stream = { version = "0.1.14", features = ["sync"] }
28+
tokio-stream = { version = "0.1.15", features = ["sync"] }
2929
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
3030
tracing = "0.1.40"
3131

nativelink-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parking_lot = "0.12.1"
1818
prost = "0.12.3"
1919
rand = "0.8.5"
2020
tokio = { version = "1.36.0", features = ["sync", "rt"] }
21-
tokio-stream = { version = "0.1.14", features = ["sync"] }
21+
tokio-stream = { version = "0.1.15", features = ["sync"] }
2222
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
2323
tracing = "0.1.40"
2424
uuid = { version = "1.7.0", features = ["v4"] }

nativelink-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sha2 = "0.10.8"
3232
shellexpand = "3.1.0"
3333
tempfile = "3.10.1"
3434
tokio = { version = "1.36.0" }
35-
tokio-stream = { version = "0.1.14", features = ["fs"] }
35+
tokio-stream = { version = "0.1.15", features = ["fs"] }
3636
tokio-util = { version = "0.7.10" }
3737
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
3838
tracing = "0.1.40"

nativelink-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rand = "0.8.5"
2525
serde = { version = "1.0.197", features = ["derive"] }
2626
sha2 = "0.10.8"
2727
tokio = { version = "1.36.0", features = [ "sync", "fs", "rt", "time", "io-util", "macros" ] }
28-
tokio-stream = { version = "0.1.14", features = ["sync"] }
28+
tokio-stream = { version = "0.1.15", features = ["sync"] }
2929
tokio-util = { version = "0.7.10" }
3030
tonic = { version = "0.11.0", features = ["tls"] }
3131
tracing = "0.1.40"

nativelink-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde = "1.0.197"
2929
serde_json5 = "0.1.0"
3030
shlex = "1.3.0"
3131
tokio = { version = "1.36.0", features = ["sync", "rt", "process"] }
32-
tokio-stream = { version = "0.1.14", features = ["fs"] }
32+
tokio-stream = { version = "0.1.15", features = ["fs"] }
3333
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
3434
tracing = "0.1.40"
3535
uuid = { version = "1.7.0", features = ["v4"] }

0 commit comments

Comments
 (0)