Skip to content

Commit

Permalink
Bump aws-smithy-http from 0.55.3 to 0.57.1
Browse files Browse the repository at this point in the history
Bumps [aws-smithy-http](https://github.com/awslabs/smithy-rs) from 0.55.3 to 0.57.1.
- [Release notes](https://github.com/awslabs/smithy-rs/releases)
- [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/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 Nov 5, 2023
1 parent 897f5eb commit b797d44
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.57", 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.57", default-features = false, features = [
"rt-tokio",
] }
futures = "0.3"
Expand Down

0 comments on commit b797d44

Please sign in to comment.