summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-29 23:25:51 +0000
committerGitHub <noreply@github.com>2023-07-29 23:25:51 +0000
commitce1a62a319ecf2c74d09e541e2512ff03ad09e61 (patch)
treee464d1f556d0832623ba602128e2f875262c178b
parent3c55764215feb54b09bc11ff445acf5ef23afe00 (diff)
Bump grep-cli from 0.1.8 to 0.1.9dependabot/cargo/grep-cli-0.1.9
Bumps [grep-cli](https://github.com/BurntSushi/ripgrep) from 0.1.8 to 0.1.9. - [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/grep-cli-0.1.8...grep-cli-0.1.9) --- updated-dependencies: - dependency-name: grep-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f0374ee..df6e4d23 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -615,9 +615,9 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.8"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a174e093eaf510f24dae4b4dd996787d6e299069f05af7437996e91b029a8f8d"
+checksum = "8fe4bdbf4300c8b039f5d7eec7fbc6760d2c85bb15ac7499c4d235667f6d747a"
dependencies = [
"bstr",
"globset",
diff --git a/Cargo.toml b/Cargo.toml
index b54ed5d1..4f1f760e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ clap = { version = "4.3.14", features = ["derive", "help", "usage", "error-conte
console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"
-grep-cli = "0.1.8"
+grep-cli = "0.1.9"
itertools = "0.10.5"
lazy_static = "1.4"
palette = "0.7.2"