Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.27 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.1.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.27...v1.1.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 Jan 10, 2024
1 parent 3c05783 commit 8cf553e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 18 deletions.
83 changes: 66 additions & 17 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 @@ -9,7 +9,7 @@ dotenv = "0.15.0"
envy = "0.4.2"
futures = "0.3.29"
http = "1.0.0"
hyper = { version = "0.14.26", features = ["full"] }
hyper = { version = "1.1.0", features = ["full"] }
jsonwebtoken = "8.3.0"
once_cell = "1.19.0"
prost = "0.12.3"
Expand Down

0 comments on commit 8cf553e

Please sign in to comment.