m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Enable native-tls feature on reqwest so we can support alpine

This commit is contained in:
Sergio
2024-09-15 19:29:14 +03:00
parent 330b70752e
commit 663ca64cd7

View File

@@ -16,7 +16,7 @@ termsize = { version = "0.1.8", optional = true }
regex = "1.10.5"
chrono = { version = "0.4.38", default-features = false, features = ["std", "alloc", "clock"], optional = true }
json = "0.12.4"
reqwest = "0.12.7"
reqwest = { version = "0.12.7", features = ["native-tls"]}
futures = "0.3.30"
reqwest-retry = "0.6.1"
reqwest-middleware = "0.3.3"