From 079ad5dd34dd780692f38adc04cc861f2e49b4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:10:31 +0000 Subject: [PATCH] chore(deps): bump ignore from 0.4.18 to 0.4.20 Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.18 to 0.4.20. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.18...ignore-0.4.20) --- updated-dependencies: - dependency-name: ignore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- lapce-proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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"