Skip to content

Commit

Permalink
Bump aws-smithy-http from 0.55.3 to 0.60.4
Browse files Browse the repository at this point in the history
Bumps [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) from 0.55.3 to 0.60.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)

---
updated-dependencies:
- dependency-name: aws-smithy-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent 6da1ba4 commit 4c45862
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 35 deletions.
135 changes: 102 additions & 33 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 eip_operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aws-sdk-servicequotas = { version = "0.28", default-features = false, features =
"native-tls",
"rt-tokio",
] }
aws-smithy-http = { version = "0.55", default-features = false, features = [
aws-smithy-http = { version = "0.60", default-features = false, features = [
"rt-tokio",
] }
futures = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion eip_operator_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-sdk-servicequotas = { version = "0.28", default-features = false, features =
"native-tls",
"rt-tokio",
] }
aws-smithy-http = { version = "0.55", default-features = false, features = [
aws-smithy-http = { version = "0.60", default-features = false, features = [
"rt-tokio",
] }
futures = "0.3"
Expand Down

0 comments on commit 4c45862

Please sign in to comment.