Skip to content

Commit

Permalink
build(deps): update aws-smithy-runtime requirement from <=1.2 to <=1.5.7
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) to permit the latest version.
- [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-smithy-runtime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 11, 2024
1 parent 8f7c6ee commit 1af16b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ features = ["derive"]
[dev-dependencies]
hex = "0.4"
aws-config = { version = "<=1.1" }
aws-smithy-runtime = { version = "<=1.2" }
aws-smithy-runtime = { version = "<=1.5.7" }

[features]
default = ["key_openssl_pkey"]
Expand Down

0 comments on commit 1af16b1

Please sign in to comment.