Bump tree_magic_mini

Includes a minor fix for MIME DB from homebrew on ARM mac devices.
pull/779/head
Wilfred Hughes 2024-10-15 22:50:22 +07:00
parent 7edd2a82cd
commit 565e2f12a3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -983,9 +983,9 @@ dependencies = [
[[package]] [[package]]
name = "tree_magic_mini" name = "tree_magic_mini"
version = "3.1.4" version = "3.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ee137597cdb361b55a4746983e4ac1b35ab6024396a419944ad473bb915265" checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2"
dependencies = [ dependencies = [
"fnv", "fnv",
"home", "home",

@ -66,7 +66,7 @@ owo-colors = "3.5.0"
wu-diff = "0.1.2" wu-diff = "0.1.2"
rayon = "1.7.0" rayon = "1.7.0"
tree_magic_mini = "3.1.4" tree_magic_mini = "3.1.5"
# home (used by tree_magic_mini) 0.5.9 has an MSRV of 1.70. # home (used by tree_magic_mini) 0.5.9 has an MSRV of 1.70.
home = ">= 0.5, < 0.5.9" home = ">= 0.5, < 0.5.9"