Skip to content

Commit

Permalink
Update Rust crate async-lock to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and allada committed Dec 20, 2023
1 parent 0d18d36 commit c868174
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 8 deletions.
49 changes: 45 additions & 4 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 @@ -28,7 +28,7 @@ nativelink-store = { path = "nativelink-store" }
nativelink-util = { path = "nativelink-util" }
nativelink-worker = { path = "nativelink-worker" }

async-lock = "2.8.0"
async-lock = "3.2.0"
axum = "0.6.20"
clap = { version = "4.4.11", features = ["derive"] }
futures = "0.3.29"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nativelink-config = { path = "../nativelink-config" }
nativelink-util = { path = "../nativelink-util" }
nativelink-proto = { path = "../nativelink-proto" }

async-lock = "2.8.0"
async-lock = "3.2.0"
async-trait = "0.1.74"
aws-config = "0.57.2"
aws-sdk-s3 = { version = "0.35.0" }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nativelink-config = { path = "../nativelink-config" }
nativelink-error = { path = "../nativelink-error" }
nativelink-proto = { path = "../nativelink-proto" }

async-lock = "2.8.0"
async-lock = "3.2.0"
async-trait = "0.1.74"
blake3 = "1.5.0"
bytes = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nativelink-store = { path = "../nativelink-store" }
# functionality out of the schedulers.
nativelink-scheduler = { path = "../nativelink-scheduler" }

async-lock = "2.8.0"
async-lock = "3.2.0"
async-trait = "0.1.74"
bytes = "1.5.0"
filetime = "0.2.23"
Expand Down

0 comments on commit c868174

Please sign in to comment.