aboutsummaryrefslogtreecommitdiff
path: root/helix-stdx
diff options
context:
space:
mode:
authorMike Trinkala2024-03-15 19:44:08 +0000
committerGitHub2024-03-15 19:44:08 +0000
commitb961acf74601f0ede754d595f52ed4cba300e37f (patch)
tree21bff1875f791a5f83fe2e5f72afd56789adf0cd /helix-stdx
parent0c51ab16d0c65505705297b89ebb1147f3cc8fee (diff)
Update regex-cursor (#9891)
Diffstat (limited to 'helix-stdx')
-rw-r--r--helix-stdx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml
index 5ac7c011..ed23f4e4 100644
--- a/helix-stdx/Cargo.toml
+++ b/helix-stdx/Cargo.toml
@@ -16,7 +16,7 @@ dunce = "1.0"
etcetera = "0.8"
ropey = { version = "1.6.1", default-features = false }
which = "6.0"
-regex-cursor = "0.1.3"
+regex-cursor = "0.1.4"
[dev-dependencies]
tempfile = "3.10"