fix(deps): update rust crate ignore to 0.4.22

This commit is contained in:
renovate[bot] 2024-01-06 23:16:46 +00:00 committed by Ade Attwood
parent 342fb8f301
commit f48e712a4f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -256,9 +256,9 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "ignore"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060"
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
dependencies = [
"crossbeam-deque",
"globset",

View file

@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
path = "rust/lib.rs"
[dependencies]
ignore = "0.4.21"
ignore = "0.4.22"
fuzzy-matcher = "0.3.7"
rayon = "1.8.0"