Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/Cargo.toml')
| -rw-r--r-- | helix-stdx/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml index cf0dc03f..02e2cab5 100644 --- a/helix-stdx/Cargo.toml +++ b/helix-stdx/Cargo.toml @@ -19,7 +19,7 @@ which = "8.0" regex-cursor = "0.1.5" bitflags.workspace = true once_cell = "1.21" -regex-automata = "0.4.9" +regex-automata = "0.4.10" unicode-segmentation.workspace = true [target.'cfg(windows)'.dependencies] |