Skip to content

Commit

Permalink
Bump the aws-sdk group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the aws-sdk group with 3 updates: [aws-config](https://github.com/smithy-lang/smithy-rs), [aws-sdk-cloudfront](https://github.com/awslabs/aws-sdk-rust) and [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust).


Updates `aws-config` from 1.1.6 to 1.1.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)

Updates `aws-sdk-cloudfront` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-s3` from 1.16.0 to 1.17.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-sdk
- dependency-name: aws-sdk-cloudfront
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dmartin committed Mar 4, 2024
1 parent 2e889ee commit 1c05696
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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 @@ -14,9 +14,9 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "1.1.6"
aws-sdk-cloudfront = "1.14.0"
aws-sdk-s3 = "1.16.0"
aws-config = "1.1.7"
aws-sdk-cloudfront = "1.15.0"
aws-sdk-s3 = "1.17.0"
blake2 = "0.10.6"
clap = { version = "4.5.1", features = ["cargo"] }
env_logger = "0.11.2"
Expand Down

0 comments on commit 1c05696

Please sign in to comment.