cargo: Refresh patch to avoid build warning
Signed-off-by: Andrei Gherzan <andrei@balena.io>
This commit is contained in:
@@ -13,18 +13,16 @@ Upstream-Status: Inappropriate
|
|||||||
Cargo.toml | 2 +-
|
Cargo.toml | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
Index: cargo/Cargo.toml
|
||||||
index d2d48ff7..d5dff47d 100644
|
===================================================================
|
||||||
--- a/Cargo.toml
|
--- cargo.orig/Cargo.toml
|
||||||
+++ b/Cargo.toml
|
+++ cargo/Cargo.toml
|
||||||
@@ -22,7 +22,7 @@ bytesize = "1.0"
|
@@ -24,7 +24,7 @@ bytesize = "1.0"
|
||||||
crates-io = { path = "src/crates-io", version = "0.21" }
|
crates-io = { path = "src/crates-io", version = "0.22" }
|
||||||
crossbeam-utils = "0.6"
|
crossbeam-utils = "0.6"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
-curl = { version = "0.4.19", features = ['http2'] }
|
-curl = { version = "0.4.19", features = ['http2'] }
|
||||||
+curl = { version = "0.4.19" }
|
+curl = { version = "0.4.19" }
|
||||||
curl-sys = "0.4.15"
|
curl-sys = "0.4.15"
|
||||||
env_logger = "0.6.0"
|
env_logger = "0.6.0"
|
||||||
pretty_env_logger = { version = "0.2", optional = true }
|
pretty_env_logger = { version = "0.3", optional = true }
|
||||||
--
|
|
||||||
2.17.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user