diff --git a/Cargo.lock b/Cargo.lock index b925063a..6f8e6734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,9 +344,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 43398fe3..ad1ed2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.95" assert_cmd = "2.0.16" -async-trait = "0.1.83" +async-trait = "0.1.85" base64 = "0.22.1" built = { version = "0.7.5", features = ["git2"] } chrono = { version = "0.4.39", features = ["serde"] }