diff options
author | dependabot[bot] | 2022-09-05 23:33:01 +0000 |
---|---|---|
committer | GitHub | 2022-09-05 23:33:01 +0000 |
commit | 5e1296b8885fc731ed05b4af01e3c7c2af343b47 (patch) | |
tree | e6d8131476860845355ead05b442d88e1db3607a /helix-view | |
parent | 8882615483bc1cd6ade59da83f1cb6c2a3c5acf5 (diff) |
build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)
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 ef21f9a6..9182ce23 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.25", optional = true } # Conversion traits -once_cell = "1.13" +once_cell = "1.14" url = "2" arc-swap = { version = "1.5.1" } |