Skip to content

Commit

Permalink
chore(deps): bump the aws group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the aws group with 3 updates: [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust), [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).


Updates `aws-sdk-sts` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-runtime-api` from 1.0.3 to 1.1.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)

Updates `aws-smithy-runtime` from 1.0.3 to 1.1.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-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-runtime-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent ce58d28 commit 0d3c002
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
36 changes: 21 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ anyhow = "1.0.75"
async-trait = "0.1.74"
aws-config = { version = "1.0.3", features = ["behavior-version-latest"] }
aws-credential-types = "1.0.3"
aws-sdk-sts = "1.4.0"
aws-smithy-runtime-api = "1.0.3"
aws-sdk-sts = "1.6.0"
aws-smithy-runtime-api = "1.1.1"
clap = { version = "4.4.11", features = ["derive", "env"] }
thiserror = "1.0.50"
time = "0.3.30"
tokio = { version = "1.34.0", features = ["full"] }

[dev-dependencies]
aws-smithy-runtime = { version = "1.0.3", features = ["test-util"]}
aws-smithy-runtime = { version = "1.1.1", features = ["test-util"]}
aws-smithy-types = "1.0.3"
http = "0.2.11"

0 comments on commit 0d3c002

Please sign in to comment.