Skip to content

Commit 76b1d73

Browse files
chore(deps): bump the aws group with 2 updates (#299)
Bumps the aws group with 2 updates: [aws-config](https://github.com/smithy-lang/smithy-rs) and [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust). Updates `aws-config` from 1.5.7 to 1.5.8 - [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-sdk-sts` from 1.45.0 to 1.46.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-sts dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 287833a commit 76b1d73

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ panic = "abort"
3131
[dependencies]
3232
anyhow = "=1.0.89"
3333
async-trait = "=0.1.83"
34-
aws-config = { version = "=1.5.7", features = ["behavior-version-latest"] }
34+
aws-config = { version = "=1.5.8", features = ["behavior-version-latest"] }
3535
aws-credential-types = "=1.2.1"
3636
aws-runtime = "=1.4.3"
37-
aws-sdk-sts = "=1.45.0"
37+
aws-sdk-sts = "=1.46.0"
3838
aws-smithy-runtime-api = "=1.7.2"
3939
clap = { version = "=4.5.20", features = ["derive", "env"] }
4040
thiserror = "=1.0.64"

0 commit comments

Comments
 (0)