Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.80 (TraceMachina#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and chinchaun committed May 6, 2024
1 parent 92720fe commit ea548dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 nativelink-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nativelink-proto = { path = "../nativelink-proto" }
nativelink-store = { path = "../nativelink-store" }

async-lock = "3.3.0"
async-trait = "0.1.79"
async-trait = "0.1.80"
blake3 = "1.5.1"
prost = "0.12.4"
uuid = { version = "1.8.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nativelink-util = { path = "../nativelink-util" }
nativelink-proto = { path = "../nativelink-proto" }

async-lock = "3.3.0"
async-trait = "0.1.79"
async-trait = "0.1.80"
aws-config = "1.1.9"
aws-sdk-s3 = { version = "1.21.0" }
aws-smithy-runtime = { version = "1.2.1" }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nativelink-error = { path = "../nativelink-error" }
nativelink-proto = { path = "../nativelink-proto" }

async-lock = "3.3.0"
async-trait = "0.1.79"
async-trait = "0.1.80"
blake3 = { version = "1.5.1", features = ["mmap"] }
bytes = "1.6.0"
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nativelink-store = { path = "../nativelink-store" }
nativelink-scheduler = { path = "../nativelink-scheduler" }

async-lock = "3.3.0"
async-trait = "0.1.79"
async-trait = "0.1.80"
bytes = "1.6.0"
filetime = "0.2.23"
formatx = "0.2.2"
Expand Down

0 comments on commit ea548dd

Please sign in to comment.