Skip to content

Commit

Permalink
Bump the aws group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-config](https://github.com/awslabs/smithy-rs) and [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.

Updates `aws-config` to 0.57.2
- [Release notes](https://github.com/awslabs/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-rs/commits)

Updates `aws-sdk-s3` to 0.36.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)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  dependency-group: aws
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 18450a9 commit 36e049f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rust-releases-rust-dist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rust-version = "1.67"
rust-releases-core = { version = "^0.27.0", path = "../rust-releases-core" }
rust-releases-io = { version = "^0.27.0", path = "../rust-releases-io" }

aws-config = "0.56.1"
aws-sdk-s3 = "0.32.0"
aws-config = "0.57.2"
aws-sdk-s3 = "0.36.0"

lazy_static = "1.4.0"
regex = "1.8.1"
Expand Down

0 comments on commit 36e049f

Please sign in to comment.