diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d14c0aa..11f80a8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -88,9 +88,9 @@ dependencies = [ [[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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6904fb6..afa0ca9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ignore = "0.4.21" +ignore = "0.4.22"