diff options
author | dependabot[bot] | 2022-05-23 23:13:58 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-25 12:25:47 +0000 |
commit | da2952725880d132fdfc2117dedebfe56ffdb646 (patch) | |
tree | a69c03cf676da8c95a7f99eae8883ecdcc899fb9 /helix-view | |
parent | a13ff27023832ae8c2ac565da825caab8bc024d0 (diff) |
build(deps): bump once_cell from 1.10.0 to 1.12.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.12.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.10.0...v1.12.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>
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index ce3f1af4..77634ce5 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -22,7 +22,7 @@ helix-dap = { version = "0.6", path = "../helix-dap" } crossterm = { version = "0.23", optional = true } # Conversion traits -once_cell = "1.10" +once_cell = "1.12" url = "2" arc-swap = { version = "1.5.0" } |