Disable default features
This commit is contained in:
parent
f0bd946282
commit
5922ed29f2
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -848,7 +848,7 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|||
|
||||
[[package]]
|
||||
name = "r621"
|
||||
version = "0.2.5-rc3"
|
||||
version = "0.2.5-rc4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.7",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "r621"
|
||||
version = "0.2.5-rc3"
|
||||
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", 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"
|
||||
|
|
Loading…
Reference in a new issue