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

Fix errors and revert reqwest-middleware to v0.3.3

This commit is contained in:
Sergio
2025-03-02 13:04:31 +02:00
parent f9aa516da7
commit 7b3745d095
3 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["std", "all
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls"] }
futures = "0.3.30"
reqwest-retry = "0.7.0"
reqwest-middleware = "0.4.1"
reqwest-middleware = "0.3.3"
rustc-hash = "2.0.0"
http-link = "1.0.1"
itertools = "0.14.0"