diff options
author | dependabot[bot] | 2022-03-08 00:55:23 +0000 |
---|---|---|
committer | GitHub | 2022-03-08 00:55:23 +0000 |
commit | b67686d3183e9c5e6bca3019eacb52afc9c78cdd (patch) | |
tree | 9e6306655e45655a126be7005b26853ed6fb4116 /helix-core | |
parent | 0d0165b76e5fe1a05076f998ade1987598290e32 (diff) |
build(deps): bump once_cell from 1.9.0 to 1.10.0 (#1768)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.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.9.0...v1.10.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 2c6a5e3c..6682c37f 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -24,7 +24,7 @@ unicode-general-category = "0.5" # slab = "0.4.2" slotmap = "1.0" tree-sitter = "0.20" -once_cell = "1.9" +once_cell = "1.10" arc-swap = "1" regex = "1" |