Bump ignore version

pull/779/head
Wilfred Hughes 2024-10-15 23:10:02 +07:00
parent 62aa599a10
commit f947673108
1 changed files with 4 additions and 2 deletions

@ -59,8 +59,10 @@ mimalloc = { version = "0.1.28", default-features = false }
# large textual files, as discussed in #297. # large textual files, as discussed in #297.
libmimalloc-sys = "=0.1.24" libmimalloc-sys = "=0.1.24"
radix-heap = "0.4.2" radix-heap = "0.4.2"
# ignore 0.4.19 requires scoped_threads, which was added in rust 1.63. # ignore does not declare a MSRV, but it's part of ripgrep, which has
ignore = ">= 0.4, < 0.4.19" # a slightly more aggressive MSRV than difftastic. Constrain ignore to
# a known-good max version.
ignore = ">= 0.4, < 0.4.22"
const_format = "0.2.22" const_format = "0.2.22"
owo-colors = "3.5.0" owo-colors = "3.5.0"
wu-diff = "0.1.2" wu-diff = "0.1.2"