Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4f9cfd86..da17c4db 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -53,13 +53,13 @@ encoding_rs = "0.8" chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] } -textwrap = "0.16.1" +textwrap = "0.16.2" nucleo.workspace = true parking_lot = "0.12" -globset = "0.4.15" -regex-cursor = "0.1.4" +globset = "0.4.16" +regex-cursor = "0.1.5" [dev-dependencies] quickcheck = { version = "1", default-features = false } -indoc = "2.0.5" +indoc = "2.0.6" |