aboutsummaryrefslogtreecommitdiff
path: root/helix-loader
diff options
context:
space:
mode:
authordependabot[bot]2022-09-05 23:33:01 +0000
committerGitHub2022-09-05 23:33:01 +0000
commit5e1296b8885fc731ed05b4af01e3c7c2af343b47 (patch)
treee6d8131476860845355ead05b442d88e1db3607a /helix-loader
parent8882615483bc1cd6ade59da83f1cb6c2a3c5acf5 (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-loader')
-rw-r--r--helix-loader/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index 46144a30..e23e0290 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
etcetera = "0.4"
tree-sitter = "0.20"
-once_cell = "1.13"
+once_cell = "1.14"
log = "0.4"
# TODO: these two should be on !wasm32 only