aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2022-07-19 01:45:57 +0000
committerGitHub2022-07-19 01:45:57 +0000
commit77e5890859e6cdfe1925dcd88799cb9fc9a196cb (patch)
tree413dcd5b74b2da83a192e3f7427bfb4577491417 /helix-term/Cargo.toml
parente5c7aaed91c0b3d533a04840fedb88ecabc8f6a8 (diff)
build(deps): bump grep-regex from 0.1.9 to 0.1.10 (#3102)
Bumps [grep-regex](https://github.com/BurntSushi/ripgrep) from 0.1.9 to 0.1.10. - [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-regex-0.1.9...grep-regex-0.1.10) --- updated-dependencies: - dependency-name: grep-regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index c94e6502..e75c38b3 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -63,7 +63,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
# ripgrep for global search
-grep-regex = "0.1.9"
+grep-regex = "0.1.10"
grep-searcher = "0.1.8"
# Remove once retain_mut lands in stable rust