Update Cargo.toml for new version

This commit is contained in:
Leon Grünewald 2024-01-03 15:37:42 +01:00
parent 9653b8ac53
commit 28ad499f82

View file

@ -1,10 +1,10 @@
[package] [package]
name = "r621" name = "r621"
version = "0.2.0" version = "0.2.1"
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"
documentation = "https://git.doggoat.de/dhalucario/r621" documentation = "https://docs.rs/r621/latest/r621/"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://git.doggoat.de/dhalucario/r621" repository = "https://git.doggoat.de/dhalucario/r621"
@ -12,12 +12,12 @@ 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.77" anyhow = "1.0.79"
base64 = "0.21.5" base64 = "0.21.5"
reqwest = "0.11.23" reqwest = "0.11.23"
serde = { version = "1.0.193", features = ["derive", "std"] } serde = { version = "1.0.194", features = ["derive", "std"] }
serde_json = "1.0.108" serde_json = "1.0.110"
thiserror = "1.0.52" thiserror = "1.0.56"
url = "2.5.0" url = "2.5.0"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }