From 04e76bffaf23df372da6c2ee8a59cddd2b2b0fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:00:15 +0200 Subject: [PATCH] Bump async-trait from 0.1.81 to 0.1.82 (#1205) Bumps async-trait from 0.1.81 to 0.1.82. --- Cargo.lock | 4 ++-- bench/Cargo.toml | 2 +- integration/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd9b00194..27e346d9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,9 +434,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 363766a77..3010fc162 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.1" edition = "2021" [dependencies] -async-trait = "0.1.80" +async-trait = "0.1.82" clap = { version = "4.5.4", features = ["derive"] } colored = "2.0.4" derive_more = "1.0.0" diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 6ce001be2..754cd8bd7 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] ahash = { version = "0.8.11", features = ["serde"] } assert_cmd = "2.0.14" -async-trait = "0.1.80" +async-trait = "0.1.82" bytes = "1.6.0" derive_more = "1.0.0" futures = "0.3.30" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4dd0f8caf..688022f34 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -17,7 +17,7 @@ ahash = { version = "0.8.11", features = ["serde"] } anyhow = "1.0.86" async-broadcast = { version = "0.7.1" } async-dropper = { version = "0.3.1", features = ["tokio", "simple"] } -async-trait = "0.1.80" +async-trait = "0.1.82" base64 = "0.22.1" byte-unit = { version = "5.1.4", default-features = false, features = [ "serde", diff --git a/server/Cargo.toml b/server/Cargo.toml index 8eae1d684..8882ffc65 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -13,7 +13,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"] ahash = { version = "0.8.11" } anyhow = "1.0.86" async-stream = "0.3.5" -async-trait = "0.1.80" +async-trait = "0.1.82" atone = "0.3.7" axum = "0.7.5" axum-server = { version = "0.7.1", features = ["tls-rustls"] }