aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-21 08:20:23 +0000
committerFuwn <[email protected]>2026-01-21 08:20:23 +0000
commit2643fc06eb52cabcd43b7e8f4c0cd1941710f1e2 (patch)
tree1bb246f2d2534aba9e4960d97ef96992d749b610 /Cargo.toml
parentchore: Bump version (diff)
downloadwindmark-2643fc06eb52cabcd43b7e8f4c0cd1941710f1e2.tar.xz
windmark-2643fc06eb52cabcd43b7e8f4c0cd1941710f1e2.zip
fix(deps): Replace deprecated tree_magic with tree_magic_mini
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