diff --git a/Cargo.lock b/Cargo.lock index c1503798..effaaf76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,9 +331,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index cd621bc8..e58b5593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix = "0.13" actix-rt = "2.9" actix-service = "2.0.2" actix-web = "4.4" -async-trait = "0.1.68" +async-trait = "0.1.74" azure_core = "0.16" azure_storage_blobs = "0.16" azure_storage = "0.16"