Skip to content

Commit

Permalink
Build(deps): bump hyper from 1.5.2 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.2...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4ad8023 commit 9974b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -43,7 +43,7 @@ tokio-rustls = "0.26.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
test-log = { version = "0.2.17", features = ["trace"] }
http = "1.2.0"
hyper = "1.5.2"
hyper = "1.6.0"
hyper-util = "0.1.10"
axum = "0.7.8"
hyper-serve = { version = "0.6.2", features = ["tls-rustls"] }
Expand Down

0 comments on commit 9974b75

Please sign in to comment.