Merge pull request #1710 from comit-network/dependabot/cargo/hyper-1.4.1

build(deps): bump hyper from 1.3.1 to 1.4.1
pull/1709/head^2
Byron Hambly 3 months ago committed by GitHub
commit c385059138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
Cargo.lock generated

@ -1763,9 +1763,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.3.1"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
@ -1789,7 +1789,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.0.0",
"hyper 1.3.1",
"hyper 1.4.1",
"hyper-util",
"rustls 0.23.10",
"rustls-pki-types",
@ -1810,7 +1810,7 @@ dependencies = [
"futures-util",
"http 1.0.0",
"http-body 1.0.0",
"hyper 1.3.1",
"hyper 1.4.1",
"pin-project-lite 0.2.13",
"socket2 0.5.5",
"tokio",
@ -3497,7 +3497,7 @@ dependencies = [
"http 1.0.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper 1.4.1",
"hyper-rustls",
"hyper-util",
"ipnet",
@ -4541,7 +4541,7 @@ dependencies = [
"futures",
"get-port",
"hex",
"hyper 1.3.1",
"hyper 1.4.1",
"itertools 0.13.0",
"jsonrpsee",
"jsonrpsee-core",

@ -79,7 +79,7 @@ zip = "0.5"
[dev-dependencies]
bitcoin-harness = { git = "https://github.com/delta1/bitcoin-harness-rs.git", rev = "80cc8d05db2610d8531011be505b7bee2b5cdf9f" }
get-port = "3"
hyper = "1.3"
hyper = "1.4"
jsonrpsee = { version = "0.16.2", features = [ "ws-client" ] }
mockito = "1.4"
monero-harness = { path = "../monero-harness" }

Loading…
Cancel
Save