diff --git a/recipes-devtools/cargo/cargo/0001-Disable-http2.patch b/recipes-devtools/cargo/cargo/0001-Disable-http2.patch index 9d38b7a..f132349 100644 --- a/recipes-devtools/cargo/cargo/0001-Disable-http2.patch +++ b/recipes-devtools/cargo/cargo/0001-Disable-http2.patch @@ -13,18 +13,16 @@ Upstream-Status: Inappropriate Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/Cargo.toml b/Cargo.toml -index d2d48ff7..d5dff47d 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -22,7 +22,7 @@ bytesize = "1.0" - crates-io = { path = "src/crates-io", version = "0.21" } +Index: cargo/Cargo.toml +=================================================================== +--- cargo.orig/Cargo.toml ++++ cargo/Cargo.toml +@@ -24,7 +24,7 @@ bytesize = "1.0" + crates-io = { path = "src/crates-io", version = "0.22" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" -curl = { version = "0.4.19", features = ['http2'] } +curl = { version = "0.4.19" } curl-sys = "0.4.15" env_logger = "0.6.0" - pretty_env_logger = { version = "0.2", optional = true } --- -2.17.1 + pretty_env_logger = { version = "0.3", optional = true }