Generalize Dependencies some more
This commit is contained in:
parent
f61031a010
commit
bbe42ba1ee
1 changed files with 7 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -12,13 +12,13 @@ repository = "https://git.doggoat.de/dhalucario/r621"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0"
|
||||||
base64 = "0.21.5"
|
base64 = "0.21"
|
||||||
reqwest = "0.11.23"
|
reqwest = "0.11"
|
||||||
serde = { version = "1.0.194", features = ["derive", "std"] }
|
serde = { version = "1.0", features = ["derive", "std"] }
|
||||||
serde_json = "1.0.110"
|
serde_json = "1.0"
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0"
|
||||||
url = "2.5.0"
|
url = "2.5"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue