Update 0001-Disable-http2.patch for Cargo shipped with Rust 1.40.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 0e2384133664ebeb548b782ad763c3a627c1bc66 Mon Sep 17 00:00:00 2001
|
From f0496287fb754e5b8dd1956f6a0addb55f3b06f5 Mon Sep 17 00:00:00 2001
|
||||||
From: Johan Anderholm <johan.anderholm@gmail.com>
|
From: Johan Anderholm <johan.anderholm@gmail.com>
|
||||||
Date: Sun, 27 Jan 2019 10:19:00 +0100
|
Date: Sun, 27 Jan 2019 10:19:00 +0100
|
||||||
Subject: [PATCH] Disable http2
|
Subject: [PATCH] Disable http2
|
||||||
@@ -15,15 +15,15 @@ Upstream-Status: Inappropriate
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
index d15aa2513..ba9c77d25 100644
|
index eea1f42a2..5159890f4 100644
|
||||||
--- a/Cargo.toml
|
--- a/Cargo.toml
|
||||||
+++ b/Cargo.toml
|
+++ b/Cargo.toml
|
||||||
@@ -24,7 +24,7 @@ bytesize = "1.0"
|
@@ -25,7 +25,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1" }
|
||||||
crates-io = { path = "crates/crates-io", version = "0.26" }
|
crates-io = { path = "crates/crates-io", version = "0.29" }
|
||||||
crossbeam-utils = "0.6"
|
crossbeam-utils = "0.6"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
-curl = { version = "0.4.21", features = ['http2'] }
|
-curl = { version = "0.4.23", features = ["http2"] }
|
||||||
+curl = { version = "0.4.21" }
|
+curl = { version = "0.4.23" }
|
||||||
curl-sys = "0.4.18"
|
curl-sys = "0.4.22"
|
||||||
env_logger = "0.6.0"
|
env_logger = "0.7.0"
|
||||||
pretty_env_logger = { version = "0.3", optional = true }
|
pretty_env_logger = { version = "0.3", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user