diff --git a/Cargo.lock b/Cargo.lock index a5aae787a..4c13ceef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" dependencies = [ "proc-macro2", "quote", diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index 75d64eb67..cf07d630f 100644 --- a/nativelink-scheduler/Cargo.toml +++ b/nativelink-scheduler/Cargo.toml @@ -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"] } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 1127ca5ce..e2d41d697 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -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" } diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 3b984950f..f618cc958 100644 --- a/nativelink-util/Cargo.toml +++ b/nativelink-util/Cargo.toml @@ -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" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index 01ee536a5..8d29d6c11 100644 --- a/nativelink-worker/Cargo.toml +++ b/nativelink-worker/Cargo.toml @@ -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"