Skip to content

Commit

Permalink
Update Rust crate tokio to 1.36.0 (#710)
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 3, 2024
1 parent aa79732 commit 058828f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -45,7 +45,7 @@ prometheus-client = "0.21.2"
rustls-pemfile = "2.1.1"
scopeguard = "1.2.0"
serde_json5 = "0.1.0"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "signal"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "signal"] }
tokio-rustls = "0.25.0"
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
tower = "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-error/Cargo.toml
Expand Up @@ -13,5 +13,5 @@ nativelink-proto = { path = "../nativelink-proto" }
hex = "0.4.3"
prost = "0.12.3"
prost-types = "0.12.3"
tokio = { version = "1.35.1" }
tokio = { version = "1.36.0" }
tonic = { version = "0.11.0", features = ["gzip"] }
2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ lru = "0.12.3"
parking_lot = "0.12.1"
rand = "0.8.5"
scopeguard = "1.2.0"
tokio = { version = "1.35.1", features = ["sync", "rt", "parking_lot"] }
tokio = { version = "1.36.0", features = ["sync", "rt", "parking_lot"] }
tokio-stream = { version = "0.1.14", 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 @@ -17,7 +17,7 @@ log = "0.4.21"
parking_lot = "0.12.1"
prost = "0.12.3"
rand = "0.8.5"
tokio = { version = "1.35.1", features = ["sync", "rt"] }
tokio = { version = "1.36.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ serde = "1.0.197"
sha2 = "0.10.8"
shellexpand = "3.1.0"
tempfile = "3.10.1"
tokio = { version = "1.35.1" }
tokio = { version = "1.36.0" }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio-util = { version = "0.7.10" }
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ prost-types = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
sha2 = "0.10.8"
tokio = { version = "1.35.1", features = [ "sync", "fs", "rt", "time", "io-util", "macros" ] }
tokio = { version = "1.36.0", features = [ "sync", "fs", "rt", "time", "io-util", "macros" ] }
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 @@ -28,7 +28,7 @@ scopeguard = "1.2.0"
serde = "1.0.197"
serde_json5 = "0.1.0"
shlex = "1.3.0"
tokio = { version = "1.35.1", features = ["sync", "rt", "process"] }
tokio = { version = "1.36.0", features = ["sync", "rt", "process"] }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tonic = { version = "0.11.0", features = ["gzip", "tls"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 058828f

Please sign in to comment.