aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authordependabot[bot]2023-11-28 00:54:16 +0000
committerGitHub2023-11-28 00:54:16 +0000
commit008208fcfbf2833eb1229a15b000a5d28ec10f87 (patch)
treed2095914e8824b40ccad1ae2a6e505199fa65ce6 /helix-term
parentb30451f77618f8ee2a082adb6b6e3a5491d8227c (diff)
build(deps): bump grep-searcher from 0.1.11 to 0.1.12 (#8929)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-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 a11b4ae5..909a114b 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -69,7 +69,7 @@ serde = { version = "1.0", features = ["derive"] }
# ripgrep for global search
grep-regex = "0.1.11"
-grep-searcher = "0.1.11"
+grep-searcher = "0.1.12"
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }