mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Bump hyper from 0.14.14 to 0.14.16 (#10462)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.14 to 0.14.16. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.14...v0.14.16) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,8 +19,8 @@ futures-util = { version = "0.3.17", default-features = false, features = ["io"]
|
||||
derive_more = "0.99"
|
||||
async-std = { version = "1.10.0", features = ["unstable"] }
|
||||
tokio = "1.15"
|
||||
hyper = { version = "0.14.14", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
hyper = { version = "0.14.16", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = { version = "0.14.14", features = ["client"] }
|
||||
hyper = { version = "0.14.16", features = ["client"] }
|
||||
tokio = { version = "1.15", features = ["rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user