Skip to content

Commit

Permalink
Bump the aws-sdk group with 3 updates (#249)
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.3 to 1.1.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)

Updates `aws-sdk-cloudfront` from 1.11.0 to 1.12.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.13.0 to 1.14.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 48f9f42 commit d43e1ac
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 66 deletions.
106 changes: 43 additions & 63 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.1"
aws-sdk-cloudfront = "1.9.0"
aws-sdk-s3 = "1.11.0"
aws-config = "1.1.4"
aws-sdk-cloudfront = "1.12.0"
aws-sdk-s3 = "1.14.0"
blake2 = "0.10.6"
clap = { version = "4.4.12", features = ["cargo"] }
env_logger = "0.11.1"
Expand Down

0 comments on commit d43e1ac

Please sign in to comment.