Skip to content

Commit 96302cb

Browse files
authored
Bump trivially bumpable deps (#488)
1 parent 9c6efe0 commit 96302cb

File tree

9 files changed

+142
-125
lines changed

9 files changed

+142
-125
lines changed

Cargo.Bazel.lock

+110-93
Large diffs are not rendered by default.

Cargo.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ prometheus-client = "0.21.2"
3838
rustls-pemfile = "1.0.4"
3939
scopeguard = "1.2.0"
4040
serde_json5 = "0.1.0"
41-
tokio = { version = "1.34.0", features = ["rt-multi-thread", "signal"] }
41+
tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"] }
4242
tokio-rustls = "0.24.1"
4343
tonic = { version = "0.9.2", features = ["gzip"] }
4444
tower = "0.4.13"

nativelink-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ nativelink-proto = { path = "../nativelink-proto" }
1313
hex = "0.4.3"
1414
prost = "0.11.9"
1515
prost-types = "0.11.9"
16-
tokio = { version = "1.34.0" }
16+
tokio = { version = "1.35.0" }
1717
tonic = { version = "0.9.2", features = ["gzip"] }

nativelink-scheduler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lru = "0.10.1"
2323
parking_lot = "0.12.1"
2424
rand = "0.8.5"
2525
scopeguard = "1.2.0"
26-
tokio = { version = "1.34.0", features = ["sync", "rt", "parking_lot"] }
26+
tokio = { version = "1.35.0", features = ["sync", "rt", "parking_lot"] }
2727
tokio-stream = { version = "0.1.14", features = ["sync"] }
2828
tonic = { version = "0.9.2", features = ["gzip"] }
2929
tracing = "0.1.40"

nativelink-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = "0.4.20"
1717
parking_lot = "0.12.1"
1818
prost = "0.11.9"
1919
rand = "0.8.5"
20-
tokio = { version = "1.34.0", features = ["sync", "rt"] }
20+
tokio = { version = "1.35.0", features = ["sync", "rt"] }
2121
tokio-stream = { version = "0.1.14", features = ["sync"] }
2222
tonic = { version = "0.9.2", features = ["gzip"] }
2323
tracing = "0.1.40"

nativelink-store/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rand = "0.8.5"
3030
serde = "1.0.193"
3131
sha2 = "0.10.8"
3232
shellexpand = "3.1.0"
33-
tokio = { version = "1.34.0" }
33+
tokio = { version = "1.35.0" }
3434
tokio-stream = { version = "0.1.14", features = ["fs"] }
3535
tokio-util = { version = "0.7.10" }
3636
tonic = { version = "0.9.2", features = ["gzip"] }

nativelink-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ prost = "0.11.9"
2424
prost-types = "0.11.9"
2525
serde = { version = "1.0.193", features = ["derive"] }
2626
sha2 = "0.10.8"
27-
tokio = { version = "1.34.0", features = [ "sync", "fs", "rt", "time", "io-util" ] }
27+
tokio = { version = "1.35.0", features = [ "sync", "fs", "rt", "time", "io-util" ] }
2828
tokio-util = { version = "0.7.10" }
2929
tracing = "0.1.40"
3030

nativelink-worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scopeguard = "1.2.0"
2828
serde = "1.0.193"
2929
serde_json5 = "0.1.0"
3030
shlex = "1.2.0"
31-
tokio = { version = "1.34.0", features = ["sync", "rt", "process"] }
31+
tokio = { version = "1.35.0", features = ["sync", "rt", "process"] }
3232
tokio-stream = { version = "0.1.14", features = ["fs"] }
3333
tonic = { version = "0.9.2", features = ["gzip"] }
3434
tracing = "0.1.40"

0 commit comments

Comments
 (0)