From 5d0a14b9c2c2d61e54d420e3dc1a4ab9e8287faa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:23:17 +0000 Subject: [PATCH] chore(deps): update rust crate async-trait to 0.1.79 (#2191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/workers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8b9c0734b..8dd20f4603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,9 +634,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d670cdb22d..093f679b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ bs58 = "0.5.0" fluence-keypair = "0.10.4" parking_lot = "0.12.1" tokio = "1.36.0" -async-trait = "0.1.77" +async-trait = "0.1.79" tokio-stream = "0.1.14" tokio-util = "0.7.10" uuid = { version = "1.7.0", features = ["v4"] } diff --git a/crates/workers/Cargo.toml b/crates/workers/Cargo.toml index c395620d06..62c3ff1b88 100644 --- a/crates/workers/Cargo.toml +++ b/crates/workers/Cargo.toml @@ -22,7 +22,7 @@ tracing = { workspace = true } tokio = { workspace = true, features = ["fs", "sync"] } derivative = { workspace = true } types = { workspace = true } -async-trait = "0.1.77" +async-trait = "0.1.79" [dev-dependencies] tempfile = { workspace = true }