chore(deps): bump hyper from 1.3.1 to 1.4.0 (#1578)

This commit is contained in:
dependabot[bot]
2024-07-08 15:48:51 +00:00
committed by GitHub
parent 0ce74205df
commit 97079ae8e6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1428,9 +1428,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "1.3.1"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
dependencies = [
"bytes",
"futures-channel",

View File

@@ -167,7 +167,7 @@ async-trait = "0.1"
socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"
hyper = { version = "1.3", optional = true, features = ["full"] }
hyper = { version = "1.4", optional = true, features = ["full"] }
http-body-util = { version = "0.1", optional = true }
http = { version = "1.1", optional = true }
httparse = { version = "1.9", optional = true }