diff options
author | dependabot[bot] | 2022-09-26 23:19:50 +0000 |
---|---|---|
committer | GitHub | 2022-09-26 23:19:50 +0000 |
commit | fd4cdf0b1f32c5ef6d8725aac971a94bdfd41a30 (patch) | |
tree | f4738d8af1c9700da6093b64acfcafb202ef3d31 /helix-core | |
parent | 98dd9c4f2bf71e9afb72f61af9d45100fda0526e (diff) |
build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)
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 0ec58af9..0a4790a3 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -26,7 +26,7 @@ unicode-general-category = "0.5" # slab = "0.4.2" slotmap = "1.0" tree-sitter = "0.20" -once_cell = "1.14" +once_cell = "1.15" arc-swap = "1" regex = "1" |