diff --git a/Cargo.toml b/Cargo.toml index 3f6ee50..525b14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"