From 7a3c91dbd6d046d52fec6fcdf8e1f5b1c38a16a6 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 13 May 2025 01:02:55 +0100 Subject: [PATCH] Update tree_magic_mini package version This version handles the XDG specification properly: https://github.com/mbrubeck/tree_magic/releases/tag/v3.1.6 Although the version was already 3.1.6 in Cargo.lock, it's better to be explicit here. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0267ee2be..868953da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ ignore = ">= 0.4, < 0.4.24" owo-colors = "3.5.0" wu-diff = "0.1.2" rayon = "1.7.0" -tree_magic_mini = "3.1.5" +tree_magic_mini = "3.1.6" bumpalo = "3.16.0" unicode-width = "0.1.9"