build(deps): bump hyper from 0.14.26 to 1.0.1

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.26 to 1.0.1.
- [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.26...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1472/head
dependabot[bot] 5 months ago committed by GitHub
parent b7347da27a
commit 81ea313d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

64
Cargo.lock generated

@ -1546,7 +1546,7 @@ dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"http",
"http 0.2.3",
"indexmap",
"slab",
"tokio",
@ -1689,6 +1689,17 @@ dependencies = [
"itoa 0.4.7",
]
[[package]]
name = "http"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
dependencies = [
"bytes",
"fnv",
"itoa 1.0.1",
]
[[package]]
name = "http-body"
version = "0.4.0"
@ -1696,7 +1707,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
dependencies = [
"bytes",
"http",
"http 0.2.3",
]
[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.0.0",
]
[[package]]
@ -1713,17 +1734,17 @@ checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9"
[[package]]
name = "hyper"
version = "0.14.26"
version = "0.14.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"http 0.2.3",
"http-body 0.4.0",
"httparse",
"httpdate",
"itoa 1.0.1",
@ -1735,14 +1756,29 @@ dependencies = [
"want",
]
[[package]]
name = "hyper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.0.0",
"http-body 1.0.0",
"pin-project-lite 0.2.13",
"tokio",
]
[[package]]
name = "hyper-rustls"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
dependencies = [
"http",
"hyper",
"http 0.2.3",
"hyper 0.14.27",
"rustls 0.21.1",
"tokio",
"tokio-rustls 0.24.0",
@ -2433,7 +2469,7 @@ dependencies = [
"assert-json-diff",
"colored",
"futures",
"hyper",
"hyper 0.14.27",
"lazy_static",
"log",
"rand 0.8.3",
@ -3348,9 +3384,9 @@ dependencies = [
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"http 0.2.3",
"http-body 0.4.0",
"hyper 0.14.27",
"hyper-rustls",
"ipnet",
"js-sys",
@ -4314,7 +4350,7 @@ dependencies = [
"futures",
"get-port",
"hex",
"hyper",
"hyper 1.0.1",
"itertools",
"libp2p",
"mockito",
@ -4892,7 +4928,7 @@ dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"http 0.2.3",
"httparse",
"log",
"rand 0.8.3",

@ -76,7 +76,7 @@ zip = "0.5"
[dev-dependencies]
bitcoin-harness = "0.2.2"
get-port = "3"
hyper = "0.14"
hyper = "1.0"
mockito = "1.1.0"
monero-harness = { path = "../monero-harness" }
port_check = "0.1"

Loading…
Cancel
Save