From 2668f6afd3ff0d58b7f9da73f50d6a91f1ca2fc5 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Mon, 6 Jan 2020 10:55:39 +0100 Subject: [PATCH] Update 0001-Disable-http2.patch for Cargo shipped with Rust 1.40.0 --- .../cargo/cargo-1.40.0/0001-Disable-http2.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-devtools/cargo/cargo-1.40.0/0001-Disable-http2.patch b/recipes-devtools/cargo/cargo-1.40.0/0001-Disable-http2.patch index c804297..168d5a9 100644 --- a/recipes-devtools/cargo/cargo-1.40.0/0001-Disable-http2.patch +++ b/recipes-devtools/cargo/cargo-1.40.0/0001-Disable-http2.patch @@ -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 Date: Sun, 27 Jan 2019 10:19:00 +0100 Subject: [PATCH] Disable http2 @@ -15,15 +15,15 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml -index d15aa2513..ba9c77d25 100644 +index eea1f42a2..5159890f4 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -24,7 +24,7 @@ bytesize = "1.0" - crates-io = { path = "crates/crates-io", version = "0.26" } +@@ -25,7 +25,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1" } + crates-io = { path = "crates/crates-io", version = "0.29" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" --curl = { version = "0.4.21", features = ['http2'] } -+curl = { version = "0.4.21" } - curl-sys = "0.4.18" - env_logger = "0.6.0" +-curl = { version = "0.4.23", features = ["http2"] } ++curl = { version = "0.4.23" } + curl-sys = "0.4.22" + env_logger = "0.7.0" pretty_env_logger = { version = "0.3", optional = true }