Skip to content

Commit

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

---
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 Sep 3, 2024
1 parent b4daf29 commit e2fd6d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
anyhow = "1.0"
bytes = "1.7"
entropy = "0.4"
hyper = { version = "0.14", features = ["server"] }
hyper = { version = "1.4", features = ["server"] }
once_cell = "1.18"
serde_json = "1.0"
shared = { path = "../shared" }
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flate2 = { version = "1.0.31", default-features = false, features = [
futures = "0.3.28"
http = "0.2"
http-serde = "1.1"
hyper = { version = "0.14", features = ["client"] }
hyper = { version = "1.4", features = ["client"] }
is_executable = "1.0.1"
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
Expand Down

0 comments on commit e2fd6d0

Please sign in to comment.