diff --git a/Cargo.toml b/Cargo.toml index ee72700f..b834b724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ rand = "0.8.5" rust-argon2 = { git = "https://github.com/sru-systems/rust-argon2", rev = "e6cb5bf99643e565f4f0d103960d655dac9f3097" } reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "socks"] } # Used to validate hostnames, already included in reqwest however we need access to it -url = {version = "^2", features = ["serde"]} +url = { version = "^2", features = ["serde"] } # Used for conduit::Error type thiserror = "1.0.51" # Used to generate thumbnails for images