diff options
author | dependabot[bot] | 2022-07-05 03:04:03 +0000 |
---|---|---|
committer | GitHub | 2022-07-05 03:04:03 +0000 |
commit | c88d736d5c1384f0d3391295a4876892d79dba51 (patch) | |
tree | b56c4e490f8b93bb134972dd56d20d18e6ef891b /helix-core | |
parent | a679efa8ce068ffa8f62b164f4a6ce958f6bb99c (diff) |
build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.13.0)
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 5eb3b621..3ce0e483 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.12" +once_cell = "1.13" arc-swap = "1" regex = "1" |