Skip to content

Commit

Permalink
build(deps): bump aws-config from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.1.4 to 1.1.5.
- [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-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent cef7921 commit 8662d98
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/esthri", "crates/esthri-internals", "crates/esthri-cli", "cra
[workspace.dependencies]
aws-sdk-s3 = "1.14.0"
aws-types = "1.1.4"
aws-config = { version = "1.1.4", features = ["behavior-version-latest"]}
aws-config = { version = "1.1.5", features = ["behavior-version-latest"]}
aws-smithy-runtime = "1.1.4"
hyper = "0.14.28" # hyper 0.14 is the version used in the aws-smithy-runtime api. Can't upgrade to "1" until smithy-runtime does

Expand Down

0 comments on commit 8662d98

Please sign in to comment.