diff options
| author | Fuwn <[email protected]> | 2026-01-21 08:20:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-21 08:20:23 +0000 |
| commit | 2643fc06eb52cabcd43b7e8f4c0cd1941710f1e2 (patch) | |
| tree | 1bb246f2d2534aba9e4960d97ef96992d749b610 /Cargo.toml | |
| parent | chore: Bump version (diff) | |
| download | windmark-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |