Use reqwest 0.12 otherwise features break

This commit is contained in:
Leon Grünewald 2025-06-10 01:23:09 +02:00
parent 5922ed29f2
commit c697ed30b1

View file

@ -14,7 +14,7 @@ repository = "https://git.doggoat.de/dhalucario/r621"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
base64 = "0.21" base64 = "0.21"
reqwest = { version = "*", default-features = false, features = ["charset", "http2", "system-proxy", "json"] } reqwest = { version = "^0.12", default-features = false, features = ["charset", "http2", "system-proxy", "json"] }
serde = { version = "1.0", features = ["derive", "std"] } serde = { version = "1.0", features = ["derive", "std"] }
thiserror = "1.0" thiserror = "1.0"
url = "2.5" url = "2.5"