diff --git a/Cargo.toml b/Cargo.toml index 96d77af..c5ce3c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ axum = { version = "0.7" } bytes = "1" http = "1" http-body = "1" -mime = "0.3" +mime = "0.3.17" tokio = "1" serde = { version = "1", features = ["serde_derive"], optional = true } serde_json = { version = "1", optional = true }