From e41042a36ffed425ec98a8ec866206b3f5e5d4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:11:41 +0000 Subject: [PATCH] chore(deps): Bump aws-smithy-types from 1.2.6 to 1.2.7 in the aws group (#21367) Bumps the aws group with 1 update: [aws-smithy-types](https://github.com/smithy-lang/smithy-rs). Updates `aws-smithy-types` from 1.2.6 to 1.2.7 - [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-patch dependency-group: aws ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9bc1b3965367..0bbd3818fd772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,9 +1257,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03701449087215b5369c7ea17fef0dd5d24cb93439ec5af0c7615f58c3f22605" +checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" dependencies = [ "base64-simd", "bytes 1.7.2", @@ -3394,8 +3394,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" dependencies = [ "bit-set", - "regex-automata 0.4.4", - "regex-syntax 0.8.2", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8614887728df8..c56645488c2e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -208,7 +208,7 @@ aws-sigv4 = { version = "1.2.4", default-features = false, features = ["sign-htt aws-config = { version = "1.0.1", default-features = false, features = ["behavior-version-latest", "credentials-process", "sso", "rt-tokio"], optional = true } aws-credential-types = { version = "1.2.1", default-features = false, features = ["hardcoded-credentials"], optional = true } aws-smithy-http = { version = "0.60", default-features = false, features = ["event-stream", "rt-tokio"], optional = true } -aws-smithy-types = { version = "1.2.2", default-features = false, features = ["rt-tokio"], optional = true } +aws-smithy-types = { version = "1.2.7", default-features = false, features = ["rt-tokio"], optional = true } aws-smithy-runtime-api = { version = "1.7.2", default-features = false, optional = true } aws-smithy-runtime = { version = "1.7.1", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true } aws-smithy-async = { version = "1.2.1", default-features = false, features = ["rt-tokio"], optional = true }