diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 32dc1f46d11..1434a5913d8 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.0" +version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ec42c2f5c0e7796a2848dde4d9f3bf8ce12ccbb3d5aa40c52fa0cdd61a1c47" +checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -737,9 +737,9 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.2.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a807d90cd50a969b3d95e4e7ad1491fcae13c6e83948d8728363ecc09d66343a" +checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922" dependencies = [ "aws-credential-types", "aws-smithy-async", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index cf2779e30ca..25776cda630 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -281,7 +281,7 @@ aws-sdk-s3 = "1.24" aws-smithy-async = "1.2" aws-smithy-runtime = "1.5" aws-smithy-types = { version = "1.2", features = ["byte-stream-poll-next"] } -aws-types = "1.2" +aws-types = "1.3" azure_core = { version = "0.13.0", features = ["enable_reqwest_rustls"] } azure_storage = { version = "0.13.0", default-features = false, features = [