blob: b62bdee29a3e89091dfeeea81749450f4f558ba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- api/Cargo.toml.orig 2023-06-10 18:09:07 UTC
+++ api/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/tarkah/tickrs"
anyhow = "1.0"
futures = "0.3"
http = "0.2"
-isahc = { version = "1.7", features = ["static-ssl"] }
+isahc = { version = "1.7" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"
|