diff --git a/recipes-devtools/cargo/cargo-1.41.0/0001-Disable-http2.patch b/recipes-devtools/cargo/cargo-1.41.0/0001-Disable-http2.patch index 168d5a9..c3378b2 100644 --- a/recipes-devtools/cargo/cargo-1.41.0/0001-Disable-http2.patch +++ b/recipes-devtools/cargo/cargo-1.41.0/0001-Disable-http2.patch @@ -1,4 +1,4 @@ -From f0496287fb754e5b8dd1956f6a0addb55f3b06f5 Mon Sep 17 00:00:00 2001 +From e06774b9f2be4ff1f3404f2f10e25f99e3f3455b Mon Sep 17 00:00:00 2001 From: Johan Anderholm Date: Sun, 27 Jan 2019 10:19:00 +0100 Subject: [PATCH] Disable http2 @@ -15,12 +15,12 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml -index eea1f42a2..5159890f4 100644 +index fc9b69c03..2f4d3a949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" + crates-io = { path = "crates/crates-io", version = "0.30" } + crossbeam-utils = "0.7" crypto-hash = "0.3.1" -curl = { version = "0.4.23", features = ["http2"] } +curl = { version = "0.4.23" }