From 35454274d2090ebab13107b953c2faa54c3c350c Mon Sep 17 00:00:00 2001 From: vegetabledogdog Date: Tue, 2 Jul 2024 00:29:07 +0800 Subject: [PATCH] [deps] restore hyper --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd4ad0aef2..06ccae0a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6275,7 +6275,7 @@ version = "0.5.7" dependencies = [ "anyhow", "futures", - "hyper 1.3.1", + "hyper 0.14.28", "log", "prometheus", "psutil", @@ -9813,7 +9813,7 @@ dependencies = [ "fastcrypto", "futures", "hex", - "hyper 1.3.1", + "hyper 0.14.28", "lazy_static 1.5.0", "log", "move-binary-format", diff --git a/Cargo.toml b/Cargo.toml index 2a9871504d..db3f15bb3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -218,7 +218,7 @@ walkdir = "2.3.3" rocksdb = { version = "0.22.0", features = ["snappy", "lz4", "zstd", "zlib"], default-features = false } prometheus = "0.13.3" coarsetime = "0.1.22" -hyper = { version = "1.3.1", features = ["full"] } +hyper = { version = "0.14.12", features = ["full"] } num_enum = "0.7.2" libc = "^0.2" include_dir = { version = "0.6.2" }