Remove the home version pin now we've increased MSRV

pull/795/head
Wilfred Hughes 2024-12-20 19:40:15 +07:00
parent 2a7a69c585
commit 3ad4a84017
2 changed files with 0 additions and 4 deletions

1
Cargo.lock generated

@ -224,7 +224,6 @@ dependencies = [
"crossterm",
"glob",
"hashbrown 0.14.3",
"home",
"humansize",
"ignore",
"itertools 0.11.0",

@ -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"