From 3ad4a840175c36d8a2fc770661fe93be5bf10c7a Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 20 Dec 2024 19:40:15 -0800 Subject: [PATCH] Remove the home version pin now we've increased MSRV --- Cargo.lock | 1 - Cargo.toml | 3 --- 2 files changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0998510ff2..4ae5c3b91d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,6 @@ dependencies = [ "crossterm", "glob", "hashbrown 0.14.3", - "home", "humansize", "ignore", "itertools 0.11.0", diff --git a/Cargo.toml b/Cargo.toml index a05dd89041..7b6096a6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,10 +59,7 @@ const_format = "0.2.22" owo-colors = "3.5.0" wu-diff = "0.1.2" rayon = "1.7.0" - 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" # bumpalo 3.15.x requires rust 1.73. bumpalo = ">= 3.11, < 3.15"