Skip to content

Commit

Permalink
build(deps): bump hyper from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent e2930cd commit 5e739a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log = "0.4"
env_logger = "0.10"
futures = { version = "0.3", features = ["std"] }
tokio = { version = "1.38", features = ["rt-multi-thread", "macros", "net"] }
hyper = { version = "1.4", default-features = false, features = ["server", "http1", "http2"] }
hyper = { version = "1.5", default-features = false, features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1", default-features = false, features = ["server-auto", "tokio"] }
http = "1.1"
http-body = "1.0"
Expand All @@ -34,5 +34,5 @@ seq-macro = "0.3"

[dev-dependencies]
specit = { version = "0.4.0", features = ["tokio"] }
hyper = { version = "1.4", features = ["client"] }
hyper = { version = "1.5", features = ["client"] }
regex = "1.11"

0 comments on commit 5e739a7

Please sign in to comment.