diff options
author | dependabot[bot] | 2022-07-19 02:24:03 +0000 |
---|---|---|
committer | GitHub | 2022-07-19 02:24:03 +0000 |
commit | 02f009921007301284cbb0db4bc36bc629088fbb (patch) | |
tree | 938c503f0001d365ee7fff485213db6128c993ad /helix-term | |
parent | ddc0ea751c515db2df0be149ca8e52c64e5a7bd5 (diff) |
build(deps): bump grep-searcher from 0.1.8 to 0.1.10 (#3101)
Bumps [grep-searcher](https://github.com/BurntSushi/ripgrep) from 0.1.8 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-searcher-0.1.8...grep-searcher-0.1.10)
---
updated-dependencies:
- dependency-name: grep-searcher
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')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index e75c38b3..b0e22896 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -64,7 +64,7 @@ serde = { version = "1.0", features = ["derive"] } # ripgrep for global search grep-regex = "0.1.10" -grep-searcher = "0.1.8" +grep-searcher = "0.1.10" # Remove once retain_mut lands in stable rust retain_mut = "0.1.7" |