diff options
author | dependabot[bot] | 2022-07-19 01:45:57 +0000 |
---|---|---|
committer | GitHub | 2022-07-19 01:45:57 +0000 |
commit | 77e5890859e6cdfe1925dcd88799cb9fc9a196cb (patch) | |
tree | 413dcd5b74b2da83a192e3f7427bfb4577491417 | |
parent | e5c7aaed91c0b3d533a04840fedb88ecabc8f6a8 (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>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-term/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -335,9 +335,9 @@ dependencies = [ [[package]] name = "grep-regex" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121553c9768c363839b92fc2d7cdbbad44a3b70e8d6e7b1b72b05c977527bd06" +checksum = "1345f8d33c89f2d5b081f2f2a41175adef9fd0bed2fea6a26c96c2deb027e58e" dependencies = [ "aho-corasick", "bstr", 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 |