Compare commits

..

No commits in common. "60f606ce64b9f58b43828cd4dc91d0504d7db190" and "5922ed29f24e79e72de049e8fd44f2cdede4f96a" have entirely different histories.

View file

@ -1,6 +1,6 @@
[package]
name = "r621"
version = "0.2.5"
version = "0.2.5-rc4"
edition = "2021"
description = "Provides a client to access e621"
homepage = "https://git.doggoat.de/dhalucario/r621"
@ -14,7 +14,7 @@ repository = "https://git.doggoat.de/dhalucario/r621"
[dependencies]
anyhow = "1.0"
base64 = "0.21"
reqwest = { version = "^0.12", default-features = false, features = ["charset", "http2", "system-proxy", "json"] }
reqwest = { version = "*", default-features = false, features = ["charset", "http2", "system-proxy", "json"] }
serde = { version = "1.0", features = ["derive", "std"] }
thiserror = "1.0"
url = "2.5"