From ea548dd006ffc0650d5f5ec275beed87066fc009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:57:35 -0500 Subject: [PATCH] Update Rust crate async-trait to 0.1.80 (#850) --- 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 4ef1e9f0f..736acc606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index 7bbe6f907..1bb81ffae 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.79" +async-trait = "0.1.80" blake3 = "1.5.1" prost = "0.12.4" uuid = { version = "1.8.0", features = ["v4"] } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index ce4a7ddff..b89c93990 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.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" } diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 387744828..fce2b7c75 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.79" +async-trait = "0.1.80" 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 7f881d454..7ecc4beab 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.79" +async-trait = "0.1.80" bytes = "1.6.0" filetime = "0.2.23" formatx = "0.2.2"