summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-27 17:59:57 +0100
committerGitHub <noreply@github.com>2023-12-27 11:59:57 -0500
commitc2414db1f68d27db8ca6f192f0ff877f1394164c (patch)
tree528da9796f400557204bfdb8e4d44d64173036ce /Cargo.lock
parent33acd437f52b418a8413a302dd8902abad2eabec (diff)
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
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",