aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2022-09-26 23:19:50 +0000
committerGitHub2022-09-26 23:19:50 +0000
commitfd4cdf0b1f32c5ef6d8725aac971a94bdfd41a30 (patch)
treef4738d8af1c9700da6093b64acfcafb202ef3d31 /helix-term/Cargo.toml
parent98dd9c4f2bf71e9afb72f61af9d45100fda0526e (diff)
build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-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 b36063e4..ac50b610 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -32,7 +32,7 @@ helix-dap = { version = "0.6", path = "../helix-dap" }
helix-loader = { version = "0.6", path = "../helix-loader" }
anyhow = "1"
-once_cell = "1.14"
+once_cell = "1.15"
which = "4.2"