From 1d7974582363e30ce6406f8f55374453e08161f3 Mon Sep 17 00:00:00 2001 From: Nineko Date: Sun, 24 Dec 2023 20:43:49 +0100 Subject: [PATCH] fix: fixed spacing in cargo.toml Co-authored-by: June --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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