Compare commits

..

2 commits

Author SHA1 Message Date
Leon Grünewald
60f606ce64 Bump version 2025-06-10 01:23:29 +02:00
Leon Grünewald
c697ed30b1 Use reqwest 0.12 otherwise features break 2025-06-10 01:23:09 +02:00

View file

@ -1,6 +1,6 @@
[package] [package]
name = "r621" name = "r621"
version = "0.2.5-rc4" version = "0.2.5"
edition = "2021" edition = "2021"
description = "Provides a client to access e621" description = "Provides a client to access e621"
homepage = "https://git.doggoat.de/dhalucario/r621" homepage = "https://git.doggoat.de/dhalucario/r621"
@ -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"