diff --git a/Cargo.lock b/Cargo.lock index 91421a54..aa2f4184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[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/agent/Cargo.toml b/agent/Cargo.toml index 61f9ffef..799221a4 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -7,7 +7,7 @@ version = { workspace = true } [dependencies] anyhow = { workspace = true } -async-trait = "0.1.83" +async-trait = "0.1.84" axum = { version = "0.7.9", features = ["macros"] } bytes = { workspace = true } chrono = { workspace = true }