diff --git a/Cargo.toml b/Cargo.toml index e5dc236..e3897bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,6 @@ tokio = { version = "1.45.1", features = ["full"] } tokio-util = { version = "0.7.15" } tower-http = { version = "0.6.6", features = ["timeout"] } tracing-subscriber = "0.3.19" -# mime = { version = "0.3.17" } -# mime_guess = { version = "2.0.5" } futures = { version = "0.3.31" } uuid = { version = "1.17.0", features = ["v4", "serde"] } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }