From 82a00a7dbc97de6127efb952979e34e16ada1ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:54:48 +0200 Subject: [PATCH] Bump aws-types from 1.2.1 to 1.3.1 in /quickwit (#5106) Bumps [aws-types](https://github.com/smithy-lang/smithy-rs) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: trinity-1686a --- quickwit/Cargo.lock | 8 ++++---- quickwit/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 = [