Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v1.0.1)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent d98663b commit dce3b82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ derive-new = "0.5"
fake = { version = "2.4", features = ['derive', 'chrono', 'http', 'uuid'] }
figment = { version = "0.10", features = ["env", "toml", "yaml", "json"] }
futures = "0.3"
hyper = "0.14"
hyper = "1.0"
log = "0.4"
nakago = "0.14"
nakago-axum = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
fake = { version = "2.4", features = ['derive', 'chrono', 'http', 'uuid'] }
figment = { version = "0.10", features = ["env", "toml", "yaml", "json"] }
futures = "0.3"
hyper = "0.14"
hyper = "1.0"
log = "0.4"
nakago = "0.14"
nakago-axum = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion nakago_async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ axum = { version = "0.6", features = ["macros"] }
derive-new = "0.5"
fake = { version = "2.4", features = ['derive', 'chrono', 'http', 'uuid'] }
figment = { version = "0.10", features = ["env"] }
hyper = "0.14"
hyper = "1.0"
log = "0.4"
nakago = "0.14"
nakago-axum = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion nakago_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-util = { version = "0.3", default-features = false, features = [
"std",
] }
http = "0.2"
hyper = "0.14"
hyper = "1.0"
hyper-tls = "0.5"
jsonwebtoken = "9.0"
log = "0.4"
Expand Down

0 comments on commit dce3b82

Please sign in to comment.