Use reqwest 0.12 otherwise features break
This commit is contained in:
parent
5922ed29f2
commit
c697ed30b1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ repository = "https://git.doggoat.de/dhalucario/r621"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
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"] }
|
||||
thiserror = "1.0"
|
||||
url = "2.5"
|
||||
|
|
Loading…
Reference in a new issue