aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authordependabot[bot]2023-06-06 02:14:36 +0000
committerGitHub2023-06-06 02:14:36 +0000
commit6deb0e4ef7f60e806e146085be545a58d068cab5 (patch)
tree71bb184107bd6b5b0ca1a2640e7d3788a1b0adbb /helix-term
parenta56222cd0eca5b22de15ec115b83c1480ccd5593 (diff)
build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 1c3543d3..e623e2de 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -31,7 +31,7 @@ helix-vcs = { version = "0.6", path = "../helix-vcs" }
helix-loader = { version = "0.6", path = "../helix-loader" }
anyhow = "1"
-once_cell = "1.17"
+once_cell = "1.18"
which = "4.4"