fix: fixed spacing in cargo.toml

Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
Nineko 2023-12-24 20:43:49 +01:00 committed by GitHub
parent c8da248e0c
commit 1d79745823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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