From 09defc6737da5034e6e102f44d68ab1edbc25265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 07:16:47 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.79 (#790) --- Cargo.lock | 4 ++-- nativelink-scheduler/Cargo.toml | 2 +- nativelink-store/Cargo.toml | 2 +- nativelink-util/Cargo.toml | 2 +- nativelink-worker/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f4e82359..a4261b27d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.78" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index e818a68e8..32ea9ad7d 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.78" +async-trait = "0.1.79" blake3 = "1.5.1" prost = "0.12.3" uuid = { version = "1.8.0", features = ["v4"] } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index e74aa5860..98cd4f173 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.78" +async-trait = "0.1.79" aws-config = "1.1.8" aws-sdk-s3 = { version = "1.20.0" } aws-smithy-runtime = { version = "1.1.8" } diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 155a198ff..f1c48d4d3 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.78" +async-trait = "0.1.79" blake3 = { version = "1.5.1", features = ["mmap"] } bytes = "1.6.0" futures = "0.3.30" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index 353c01291..0635ef979 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.78" +async-trait = "0.1.79" bytes = "1.6.0" filetime = "0.2.23" formatx = "0.2.2"