diff --git a/Cargo.lock b/Cargo.lock index c2aefd1..15b5606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,9 +388,9 @@ dependencies = [ [[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 af5fc2d..0f816ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default-run = "ayb" actix-cors = { version = "0.7.0" } actix-web = { version = "4.9.0" } actix-web-httpauth = { version = "0.8.2" } -async-trait = { version = "0.1.83" } +async-trait = { version = "0.1.85" } aws-config = { version = "1.5.5", features = ["behavior-version-latest"] } aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] } aws-sdk-s3 = { version = "1.43.0" }