aboutsummaryrefslogtreecommitdiff
path: root/finance/tickrs/files/patch-api_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'finance/tickrs/files/patch-api_Cargo.toml')
-rw-r--r--finance/tickrs/files/patch-api_Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/tickrs/files/patch-api_Cargo.toml b/finance/tickrs/files/patch-api_Cargo.toml
new file mode 100644
index 000000000000..9d3dfef0395f
--- /dev/null
+++ b/finance/tickrs/files/patch-api_Cargo.toml
@@ -0,0 +1,11 @@
+--- api/Cargo.toml.orig 2021-03-27 21:14:19 UTC
++++ api/Cargo.toml
+@@ -18,7 +18,7 @@ serde = { version = "1.0", features=["derive"] }
+ futures = "0.3"
+
+ http = "0.1"
+-curl = { version = "0.4", default-features=false, features = ["static-ssl"] }
++curl = { version = "0.4", default-features=false }
+ isahc = "0.8"
+
+ [dev-dependencies]