Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.30 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent cd78ed2 commit ab21dc5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-lock = "3.3.0"
axum = "0.6.20"
clap = { version = "4.4.11", features = ["derive"] }
console-subscriber = { version = "0.2.0" }
futures = "0.3.29"
futures = "0.3.30"
hyper = { version = "0.14.28" }
parking_lot = "0.12.1"
prometheus-client = "0.21.2"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = "0.1.74"
blake3 = "1.5.0"
prost = "0.12.3"
uuid = { version = "1.6.1", features = ["v4"] }
futures = "0.3.29"
futures = "0.3.30"
hashbrown = "0.14"
lru = "0.12.1"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nativelink-store = { path = "../nativelink-store" }
nativelink-scheduler = { path = "../nativelink-scheduler" }

bytes = "1.5.0"
futures = "0.3.29"
futures = "0.3.30"
log = "0.4.20"
parking_lot = "0.12.1"
prost = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ blake3 = "1.5.0"
byteorder = "1.5.0"
bytes = "1.5.0"
filetime = "0.2.23"
futures = "0.3.29"
futures = "0.3.30"
hex = "0.4.3"
hyper = { version = "0.14.28" }
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-lock = "3.3.0"
async-trait = "0.1.74"
blake3 = "1.5.0"
bytes = "1.5.0"
futures = "0.3.29"
futures = "0.3.30"
hex = "0.4.3"
log = "0.4.20"
lru = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "0.1.74"
bytes = "1.5.0"
filetime = "0.2.23"
formatx = "0.2.2"
futures = "0.3.29"
futures = "0.3.30"
hex = "0.4.3"
parking_lot = "0.12.1"
prost = "0.12.3"
Expand Down

0 comments on commit ab21dc5

Please sign in to comment.