Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.78 (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent 682c4fe commit 2960469
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
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.77"
async-trait = "0.1.78"
blake3 = "1.5.1"
prost = "0.12.3"
uuid = { version = "1.7.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
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.77"
async-trait = "0.1.78"
aws-config = "1.1.8"
aws-sdk-s3 = { version = "1.19.1" }
aws-smithy-runtime = { version = "1.1.8" }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
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.77"
async-trait = "0.1.78"
blake3 = { version = "1.5.1", features = ["mmap"] }
bytes = "1.5.0"
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
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.77"
async-trait = "0.1.78"
bytes = "1.5.0"
filetime = "0.2.23"
formatx = "0.2.2"
Expand Down

0 comments on commit 2960469

Please sign in to comment.