From 565e2f12a3e852ca65c26d52c2708a621095d6f7 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 15 Oct 2024 22:50:22 -0700 Subject: [PATCH] Bump tree_magic_mini Includes a minor fix for MIME DB from homebrew on ARM mac devices. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93a8e04731..25a4ba62f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,9 +983,9 @@ dependencies = [ [[package]] name = "tree_magic_mini" -version = "3.1.4" +version = "3.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ee137597cdb361b55a4746983e4ac1b35ab6024396a419944ad473bb915265" +checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2" dependencies = [ "fnv", "home", diff --git a/Cargo.toml b/Cargo.toml index 21a45721c9..928c718e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ owo-colors = "3.5.0" wu-diff = "0.1.2" 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 = ">= 0.5, < 0.5.9"