Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/Cargo.toml')
| -rw-r--r-- | helix-stdx/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml index b2adaddb..32bdcd4c 100644 --- a/helix-stdx/Cargo.toml +++ b/helix-stdx/Cargo.toml @@ -13,10 +13,10 @@ homepage.workspace = true [dependencies] dunce = "1.0" -etcetera = "0.8" +etcetera = "0.10" ropey.workspace = true which = "7.0" -regex-cursor = "0.1.4" +regex-cursor = "0.1.5" bitflags.workspace = true once_cell = "1.20" regex-automata = "0.4.9" |