Skip to content

Commit

Permalink
Bump trivially bumpable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Dec 15, 2023
1 parent 4d9d897 commit a17f9c6
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 125 deletions.
203 changes: 110 additions & 93 deletions Cargo.Bazel.lock

Large diffs are not rendered by default.

50 changes: 25 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ prometheus-client = "0.21.2"
rustls-pemfile = "1.0.4"
scopeguard = "1.2.0"
serde_json5 = "0.1.0"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "signal"] }
tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"] }
tokio-rustls = "0.24.1"
tonic = { version = "0.9.2", features = ["gzip"] }
tower = "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ nativelink-proto = { path = "../nativelink-proto" }
hex = "0.4.3"
prost = "0.11.9"
prost-types = "0.11.9"
tokio = { version = "1.34.0" }
tokio = { version = "1.35.0" }
tonic = { version = "0.9.2", features = ["gzip"] }
2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lru = "0.10.1"
parking_lot = "0.12.1"
rand = "0.8.5"
scopeguard = "1.2.0"
tokio = { version = "1.34.0", features = ["sync", "rt", "parking_lot"] }
tokio = { version = "1.35.0", features = ["sync", "rt", "parking_lot"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.20"
parking_lot = "0.12.1"
prost = "0.11.9"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["sync", "rt"] }
tokio = { version = "1.35.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.8.5"
serde = "1.0.193"
sha2 = "0.10.8"
shellexpand = "3.1.0"
tokio = { version = "1.34.0" }
tokio = { version = "1.35.0" }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio-util = { version = "0.7.10" }
tonic = { version = "0.9.2", features = ["gzip"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prost = "0.11.9"
prost-types = "0.11.9"
serde = { version = "1.0.193", features = ["derive"] }
sha2 = "0.10.8"
tokio = { version = "1.34.0", features = [ "sync", "fs", "rt", "time", "io-util" ] }
tokio = { version = "1.35.0", features = [ "sync", "fs", "rt", "time", "io-util" ] }
tokio-util = { version = "0.7.10" }
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scopeguard = "1.2.0"
serde = "1.0.193"
serde_json5 = "0.1.0"
shlex = "1.2.0"
tokio = { version = "1.34.0", features = ["sync", "rt", "process"] }
tokio = { version = "1.35.0", features = ["sync", "rt", "process"] }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing = "0.1.40"
Expand Down

0 comments on commit a17f9c6

Please sign in to comment.