diff --git a/Cargo.lock b/Cargo.lock index 519659919..c9d34b3a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" dependencies = [ "proc-macro2", "quote", diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 36a0cee32..a3ae9cf55 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2021" [dependencies] -async-trait = "0.1.83" +async-trait = "0.1.84" clap = { version = "4.5.23", features = ["derive"] } colored = "2.2.0" csv = "1.3.1" diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 1150890b8..30faedd50 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.16" -async-trait = "0.1.83" +async-trait = "0.1.84" bytes = "1.9.0" chrono = "0.4.39" ctor = "0.2.9" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 96cbd85b4..4de321547 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -17,7 +17,7 @@ ahash = { version = "0.8.11", features = ["serde"] } anyhow = "1.0.95" async-broadcast = { version = "0.7.2" } async-dropper = { version = "0.3.1", features = ["tokio", "simple"] } -async-trait = "0.1.83" +async-trait = "0.1.84" base64 = "0.22.1" byte-unit = { version = "5.1.6", default-features = false, features = [ "serde", diff --git a/server/Cargo.toml b/server/Cargo.toml index f58d5a581..72fff1038 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"] [dependencies] ahash = { version = "0.8.11" } anyhow = "1.0.95" -async-trait = "0.1.83" +async-trait = "0.1.84" atone = "0.3.7" axum = "0.8.1" axum-server = { version = "0.7.1", features = ["tls-rustls"] }