From cadf6cc2f46d5e719e0c4c8e66b03f8289232565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:15:23 +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 54b8135..d7351cc 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.2", features = ["server", "tcp"], optional = true } once_cell = { version = "1", features = ["parking_lot"] } openssl = "0.10" parking_lot = "0.12"