From 192d20acc1a72c266189669fa5e9244e076be28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:14:23 -0400 Subject: [PATCH] Bump aws-smithy-types from 1.1.9 to 1.2.0 in /quickwit (#5101) Bumps [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) from 1.1.9 to 1.2.0. - [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-smithy-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> --- quickwit/Cargo.lock | 4 ++-- quickwit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 666e9eb1720..559e9ca339c 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -702,9 +702,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.1.9" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf98d97bba6ddaba180f1b1147e202d8fe04940403a95a3f826c790f931bbd1" +checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" dependencies = [ "base64-simd", "bytes", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 50b7cda7d65..f3dfee7f28c 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -280,7 +280,7 @@ aws-sdk-kinesis = "1.21" aws-sdk-s3 = "1.24" aws-smithy-async = "1.2" aws-smithy-runtime = "1.5" -aws-smithy-types = { version = "1.1", features = ["byte-stream-poll-next"] } +aws-smithy-types = { version = "1.2", features = ["byte-stream-poll-next"] } aws-types = "1.2" azure_core = { version = "0.13.0", features = ["enable_reqwest_rustls"] }