diff --git a/Cargo.lock b/Cargo.lock index c9d34b3a0..20a0c8a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/bench/Cargo.toml b/bench/Cargo.toml index a3ae9cf55..27e8225ac 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2021" [dependencies] -async-trait = "0.1.84" +async-trait = "0.1.85" 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 30faedd50..5047bcdd9 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.84" +async-trait = "0.1.85" bytes = "1.9.0" chrono = "0.4.39" ctor = "0.2.9" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4de321547..9fd890c0f 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.84" +async-trait = "0.1.85" 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 72fff1038..a5059dc39 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.84" +async-trait = "0.1.85" atone = "0.3.7" axum = "0.8.1" axum-server = { version = "0.7.1", features = ["tls-rustls"] }