From 259d53da737d960a9dece8ff35148ae2d7f50f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 03:46:20 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1.10.1 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b5eaaf..db616f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ version = "0.1.0" dependencies = [ "dotenv", "http-body-util", - "hyper 1.4.1 (git+https://github.com/hyperium/hyper?tag=v1.4.1)", + "hyper 1.10.1", "hyper-util", "hyperlocal", "serde", @@ -207,8 +207,8 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" -source = "git+https://github.com/hyperium/hyper?tag=v1.4.1#4fda6b3ef7da763623797af40aa51d764be3fd2c" +version = "1.10.1" +source = "git+https://github.com/hyperium/hyper?tag=v1.10.1#e3bcd379118e707b3e49185b047d49ebbaa943fc" dependencies = [ "bytes", "http", @@ -227,7 +227,7 @@ dependencies = [ "futures-util", "http", "http-body", - "hyper 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 1.4.1", "pin-project-lite", "socket2", "tokio", @@ -242,7 +242,7 @@ source = "git+https://github.com/softprops/hyperlocal?tag=v0.9.1#720d1c9a6f6acb3 dependencies = [ "hex", "http-body-util", - "hyper 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 1.4.1", "hyper-util", "pin-project-lite", "tokio", diff --git a/Cargo.toml b/Cargo.toml index f9c06ac..7ff0061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] dotenv = "0.15.0" http-body-util = "0.1.2" -hyper = {git = "https://github.com/hyperium/hyper", tag = "v1.4.1"} +hyper = {git = "https://github.com/hyperium/hyper", tag = "v1.10.1"} hyper-util = "0.1.6" hyperlocal = {git = "https://github.com/softprops/hyperlocal", tag = "v0.9.1"} serde = { version = "1.0", features = ["derive"] }