diff --git a/Cargo.lock b/Cargo.lock index 80ff6d22..dc87d48a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,9 +324,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.64" +version = "0.1.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" +checksum = "095183a3539c7c7649b2beb87c2d3f0591f3a7fed07761cc546d244e27e0238c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2d486453..6b91cb0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix = "0.13" actix-rt = "2.8" actix-service = "2.0.2" actix-web = "4.3" -async-trait = "0.1.64" +async-trait = "0.1.65" azure_core = "0.10" azure_storage_blobs = "0.9" azure_storage = "0.9"