Skip to content

Commit

Permalink
Bump hyper from 0.14.23 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 1.2.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.23...v1.2.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent de7ce47 commit 032f719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 sns-discord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
lambda_runtime = "0.10.0"
tokio = "1.19.2"
hyper = { version = "0.14.23", features = ["client", "http2", "http1"] }
hyper = { version = "1.2.0", features = ["client", "http2", "http1"] }
hyper-rustls = "0.23.2"
serde = "1.0.152"
serde_json = "1.0.91"
Expand Down

0 comments on commit 032f719

Please sign in to comment.