Update Cargo.toml

This commit is contained in:
gigirassy
2026-05-28 18:16:40 +02:00
parent 757427ebbc
commit ffc2145adb
+1 -1
View File
@@ -16,7 +16,7 @@ strip = true
axum = "0.7"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip", "brotli", "deflate"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
mimalloc = "0.1"
anyhow = "1"
serde = { version = "1", features = ["derive"] }