diff --git a/Cargo.lock b/Cargo.lock index a2bc796..57d3133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f6ea269..097a837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ path = "app/merge_app.rs" anyhow = "1.0.95" async-recursion = "1.0.5" async-stream = "0.3.6" -async-trait = "0.1.85" +async-trait = "0.1.86" base64 = "0.21.7" bytes = "1.8.0" clap = { version = "4.5.27", features = ["derive", "env"] }