From c2414db1f68d27db8ca6f192f0ff877f1394164c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 27 Dec 2023 17:59:57 +0100 Subject: refactor: simplify hyper, http, h2 deps (#21715) Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default --- Cargo.lock | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 5e89c5fee..034801687 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,7 +966,6 @@ dependencies = [ "glibc_version", "glob", "hex", - "http 0.2.11", "http 1.0.0", "http-body-util", "hyper 1.1.0", @@ -1620,7 +1619,6 @@ dependencies = [ "flate2", "fs3", "fwdansi", - "http 0.2.11", "http 1.0.0", "http-body-util", "hyper 0.14.27", -- cgit v1.2.3