cargo: Refresh patch to avoid build warning

Signed-off-by: Andrei Gherzan <andrei@balena.io>
This commit is contained in:
Andrei Gherzan
2019-04-17 16:44:58 +01:00
parent 0d03c206c3
commit 4a88247046
@@ -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 }