From 837b63596d4b2261dd1fc567577b3fad8728f14d Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sat, 11 Jan 2020 14:05:17 +0000 Subject: [PATCH] cargo: Refresh http2 disable patch Fixes: WARNING: Fuzz detected: checking file Cargo.toml Hunk #1 succeeded at 24 with fuzz 1. Signed-off-by: Alex Kiernan --- recipes-devtools/cargo/cargo-1.39.0/0001-Disable-http2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/cargo/cargo-1.39.0/0001-Disable-http2.patch b/recipes-devtools/cargo/cargo-1.39.0/0001-Disable-http2.patch index c804297..763eb23 100644 --- a/recipes-devtools/cargo/cargo-1.39.0/0001-Disable-http2.patch +++ b/recipes-devtools/cargo/cargo-1.39.0/0001-Disable-http2.patch @@ -19,7 +19,7 @@ index d15aa2513..ba9c77d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ bytesize = "1.0" - crates-io = { path = "crates/crates-io", version = "0.26" } + crates-io = { path = "crates/crates-io", version = "0.28" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" -curl = { version = "0.4.21", features = ['http2'] }