Skip to content

Commit

Permalink
Update Rust crate async-lock to 3.3.0 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 0fd8b51 commit 65f89aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nativelink-store = { path = "nativelink-store" }
nativelink-util = { path = "nativelink-util" }
nativelink-worker = { path = "nativelink-worker" }

async-lock = "3.2.0"
async-lock = "3.3.0"
axum = "0.6.20"
clap = { version = "4.4.11", features = ["derive"] }
console-subscriber = { version = "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nativelink-proto = { path = "../nativelink-proto" }
# files somewhere else.
nativelink-store = { path = "../nativelink-store" }

async-lock = "3.2.0"
async-lock = "3.3.0"
async-trait = "0.1.74"
blake3 = "1.5.0"
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 @@ -9,7 +9,7 @@ nativelink-config = { path = "../nativelink-config" }
nativelink-util = { path = "../nativelink-util" }
nativelink-proto = { path = "../nativelink-proto" }

async-lock = "3.2.0"
async-lock = "3.3.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 = "3.2.0"
async-lock = "3.3.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 = "3.2.0"
async-lock = "3.3.0"
async-trait = "0.1.74"
bytes = "1.5.0"
filetime = "0.2.23"
Expand Down

0 comments on commit 65f89aa

Please sign in to comment.