Merge pull request #1610 from comit-network/dependabot/cargo/hyper-1.3.0

build(deps): bump hyper from 1.2.0 to 1.3.0
pull/1611/head
Byron Hambly 1 month ago committed by GitHub
commit b0dffc5370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated

@ -1698,9 +1698,9 @@ dependencies = [
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "1.2.0" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" checksum = "9f24ce812868d86d19daa79bf3bf9175bc44ea323391147a5e3abde2a283871b"
dependencies = [ dependencies = [
"bytes", "bytes",
"http 1.0.0", "http 1.0.0",
@ -4278,7 +4278,7 @@ dependencies = [
"futures", "futures",
"get-port", "get-port",
"hex", "hex",
"hyper 1.2.0", "hyper 1.3.0",
"itertools 0.12.1", "itertools 0.12.1",
"libp2p", "libp2p",
"mockito", "mockito",

@ -77,7 +77,7 @@ zip = "0.5"
[dev-dependencies] [dev-dependencies]
bitcoin-harness = "0.2.2" bitcoin-harness = "0.2.2"
get-port = "3" get-port = "3"
hyper = "1.2" hyper = "1.3"
mockito = "1.3.0" mockito = "1.3.0"
monero-harness = { path = "../monero-harness" } monero-harness = { path = "../monero-harness" }
port_check = "0.2" port_check = "0.2"

Loading…
Cancel
Save