Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index da17c4db..c5f98323 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -33,7 +33,7 @@ unicode-width = "=0.1.12" unicode-general-category = "1.0" slotmap.workspace = true tree-sitter.workspace = true -once_cell = "1.20" +once_cell = "1.21" arc-swap = "1" regex = "1" bitflags.workspace = true |