From 07bfbb3d827963c69c48f6a4b334ef2ff476fcd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:25:04 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb54a92..f5ba61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ base64 = "0.21" chrono = { version = "0.4", features = ["serde"] } futures = { version = "0.3", default-features = false, features = ["async-await", "std"] } hex = "0.4.3" -hyper = { version = "0.14", features = ["server", "tcp"], optional = true } +hyper = { version = "1.0", features = ["server", "tcp"], optional = true } once_cell = { version = "1", features = ["parking_lot"] } openssl = "0.10" parking_lot = "0.12"