From e0d7b9260a1f4f5e5112a45f5a6005e4162a7c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:18:55 -0500 Subject: [PATCH] Update Rust crate hyper to 0.14.28 (#233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91a7772..ee5b48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,9 +958,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[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 1.4.0", "futures-channel", @@ -973,7 +973,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 0c0bd28..571adb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] } # Https surf = { version = "2.3.2", features = ["curl-client"] } -hyper = { version = "0.14.27", features = ["full"] } +hyper = { version = "0.14.28", features = ["full"] } # Logging log = "0.4.20"