aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8df8033..6c48c77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ categories = ["web-programming"]
[features]
default = ["tokio"]
logger = ["pretty_env_logger"]
-auto-deduce-mime = ["tree_magic"]
+auto-deduce-mime = ["tree_magic_mini"]
response-macros = []
tokio = ["dep:tokio", "tokio-openssl"]
async-std = ["dep:async-std", "async-std-openssl"]
@@ -51,7 +51,7 @@ log = "0.4.16"
url = "2.2.2"
matchit = "0.6.0"
-tree_magic = { version = "0.2.3", optional = true } # MIME
+tree_magic_mini = { version = "3.2.2", optional = true } # MIME
paste = "1.0.12" # Token Pasting