diff --git a/Cargo.toml b/Cargo.toml index f98d79a..5f1186c 100644 --- a/Cargo.toml +++ b/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 [dependencies] -anyhow = "1.0.79" -base64 = "0.21.5" -reqwest = "0.11.23" -serde = { version = "1.0.194", features = ["derive", "std"] } -serde_json = "1.0.110" -thiserror = "1.0.56" -url = "2.5.0" +anyhow = "1.0" +base64 = "0.21" +reqwest = "0.11" +serde = { version = "1.0", features = ["derive", "std"] } +serde_json = "1.0" +thiserror = "1.0" +url = "2.5" tokio = { version = "1", features = ["full"] } [features]