summaryrefslogtreecommitdiff
path: root/finance/tickrs/files/patch-api_Cargo.toml
blob: 9d3dfef0395f25455a0f920c6a4ac26bcece2ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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]