Bump hyper from 0.14.2 to 0.14.5 (#20)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-07 17:46:01 -04:00 committed by GitHub
parent df8b692055
commit dd1867e222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
Cargo.lock generated
View file

@ -773,9 +773,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "0.14.2"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe"
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
dependencies = [
"bytes 1.0.1",
"futures-channel",
@ -788,7 +788,7 @@ dependencies = [
"httpdate",
"itoa 0.4.7",
"pin-project 1.0.5",
"socket2",
"socket2 0.4.4",
"tokio",
"tower-service",
"tracing",
@ -1020,7 +1020,7 @@ version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
dependencies = [
"socket2",
"socket2 0.3.19",
"winapi",
]
@ -1736,6 +1736,16 @@ dependencies = [
"winapi",
]
[[package]]
name = "socket2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"