diff options
author | dependabot[bot] | 2023-12-12 13:46:11 +0000 |
---|---|---|
committer | GitHub | 2023-12-12 13:46:11 +0000 |
commit | 7f44a6ad503bf51f2691ad2d6e5f091e9a41965c (patch) | |
tree | 66e14c42c5cf31f8565068eb49e9289da8fcc3e5 /helix-core | |
parent | 3e249829ee67b7fbe41b23a4b0cfca729360c8d6 (diff) |
build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-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 800b7a5d..d7fff6c6 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -27,7 +27,7 @@ unicode-general-category = "0.6" # slab = "0.4.2" slotmap = "1.0" tree-sitter.workspace = true -once_cell = "1.18" +once_cell = "1.19" arc-swap = "1" regex = "1" bitflags = "2.4" |