Skip to content

Commit

Permalink
build(deps): Update hyper, http, and http-body (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Feb 21, 2024
1 parent 986458f commit e2d9652
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,9 @@ dependencies = [

[[package]]
name = "http"
version = "0.2.9"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
dependencies = [
"bytes",
"fnv",
Expand All @@ -793,9 +793,9 @@ dependencies = [

[[package]]
name = "http-body"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
Expand All @@ -822,9 +822,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"

[[package]]
name = "hyper"
version = "0.14.27"
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
Expand All @@ -837,7 +837,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.10",
"socket2",
"tokio",
"tower-service",
"tracing",
Expand Down Expand Up @@ -915,7 +915,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2 0.5.5",
"socket2",
"widestring",
"windows-sys 0.48.0",
"winreg",
Expand Down Expand Up @@ -1227,7 +1227,7 @@ dependencies = [
"regex",
"rustls-pemfile",
"serde_json",
"socket2 0.5.5",
"socket2",
"tokio",
"tokio-rustls",
"tokio-stream",
Expand Down Expand Up @@ -1950,7 +1950,7 @@ dependencies = [
"linkerd-error",
"linkerd-io",
"linkerd-stack",
"socket2 0.5.5",
"socket2",
"thiserror",
"tokio",
"tokio-stream",
Expand Down Expand Up @@ -3064,16 +3064,6 @@ version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"

[[package]]
name = "socket2"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]

[[package]]
name = "socket2"
version = "0.5.5"
Expand Down Expand Up @@ -3289,7 +3279,7 @@ dependencies = [
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2 0.5.5",
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
]
Expand Down

0 comments on commit e2d9652

Please sign in to comment.