Skip to content

Commit 8ba0db4

Browse files
fix(deps): bump the aws group across 1 directory with 3 updates
Bumps the aws group with 1 update in the / directory: [aws-credential-types](https://github.com/smithy-lang/smithy-rs). Updates `aws-credential-types` from 1.2.8 to 1.2.10 - [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) Updates `aws-smithy-runtime-api` from 1.9.1 to 1.9.2 - [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) Updates `aws-smithy-types` from 1.3.3 to 1.3.4 - [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-credential-types dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-runtime-api dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-types dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14ea18 commit 8ba0db4

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ arboard = { version = "3.6.1", default-features = false, features = ["image-data
2323
assert_cmd = "2.0"
2424
async-trait = "0.1.87"
2525
aws-config = "1.0.3"
26-
aws-credential-types = "1.0.3"
26+
aws-credential-types = "1.2.10"
2727
aws-runtime = "1.4.4"
2828
aws-sdk-cognitoidentity = "1.51.0"
2929
aws-sdk-ssooidc = "1.51.0"

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ name = "amzn_codewhisperer_client"
5555
path = "src/lib.rs"
5656

5757
[dependencies.aws-credential-types]
58-
version = "1.2.1"
58+
version = "1.2.100"
5959

6060
[dependencies.aws-runtime]
6161
version = "1.5.5"

crates/amzn-codewhisperer-streaming-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ name = "amzn_codewhisperer_streaming_client"
5555
path = "src/lib.rs"
5656

5757
[dependencies.aws-credential-types]
58-
version = "1.2.1"
58+
version = "1.2.100"
5959

6060
[dependencies.aws-runtime]
6161
version = "1.5.5"

crates/amzn-consolas-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ name = "amzn_consolas_client"
5858
path = "src/lib.rs"
5959

6060
[dependencies.aws-credential-types]
61-
version = "1.2.1"
61+
version = "1.2.100"
6262

6363
[dependencies.aws-runtime]
6464
version = "1.5.5"

crates/amzn-qdeveloper-streaming-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ name = "amzn_qdeveloper_streaming_client"
5858
path = "src/lib.rs"
5959

6060
[dependencies.aws-credential-types]
61-
version = "1.2.1"
61+
version = "1.2.100"
6262

6363
[dependencies.aws-runtime]
6464
version = "1.5.5"

crates/amzn-toolkit-telemetry-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ targets = ["x86_64-unknown-linux-gnu"]
2626
codegen-version = "unknown"
2727

2828
[dependencies.aws-credential-types]
29-
version = "1.1.3"
29+
version = "1.2.10"
3030

3131
[dependencies.aws-http]
3232
version = "0.60.3"

0 commit comments

Comments
 (0)