diff --git a/Cargo.lock b/Cargo.lock index 507669aaaa..ea26d87e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2628,11 +2628,10 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.18" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" +checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" dependencies = [ - "crossbeam-utils", "globset", "lazy_static", "log", diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index bb20f42ac4..d1b059d3d6 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -56,7 +56,7 @@ git2 = { version = "0.18.1", features = ["vendored-openssl"] } trash = "3.0.6" # search -ignore = "0.4.18" +ignore = "0.4.20" grep-searcher = "0.1.11" grep-matcher = "0.1.6" grep-regex = "0.1.11"