m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 18:33:43 -05:00

Fixed OpenSSL build errors on Alpine and changed the logging a bit

This commit is contained in:
Sergio
2024-09-15 20:21:13 +03:00
parent 663ca64cd7
commit bc86364e68
4 changed files with 79 additions and 291 deletions

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 = { version = "0.12.7", features = ["native-tls"]}
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls"] }
futures = "0.3.30"
reqwest-retry = "0.6.1"
reqwest-middleware = "0.3.3"