diff --git a/Cargo.toml b/Cargo.toml index 5eedacf..f98d79a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "r621" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Provides a client to access e621" homepage = "https://git.doggoat.de/dhalucario/r621" -documentation = "https://git.doggoat.de/dhalucario/r621" +documentation = "https://docs.rs/r621/latest/r621/" license = "MIT" readme = "README.md" 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 [dependencies] -anyhow = "1.0.77" +anyhow = "1.0.79" base64 = "0.21.5" reqwest = "0.11.23" -serde = { version = "1.0.193", features = ["derive", "std"] } -serde_json = "1.0.108" -thiserror = "1.0.52" +serde = { version = "1.0.194", features = ["derive", "std"] } +serde_json = "1.0.110" +thiserror = "1.0.56" url = "2.5.0" tokio = { version = "1", features = ["full"] }