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-view | |
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-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 932c3321..a4fa256d 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.9" +once_cell = "1.10" url = "2" tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } |