mirror of https://github.com/fafhrd91/actix-net
Update hyper requirement from 0.14.10 to 1.0.1
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/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.10...v0.14.27) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2d9b147cc3
commit
29e9d02a46
|
@ -37,4 +37,4 @@ tokio-uring = { version = "0.4", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.23.1", features = ["full"] }
|
||||
hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] }
|
||||
hyper = { version = "1.0.1", default-features = false, features = ["server", "tcp", "http1"] }
|
||||
|
|
Loading…
Reference in New Issue