diff options
author | dependabot[bot] | 2023-06-06 02:14:36 +0000 |
---|---|---|
committer | GitHub | 2023-06-06 02:14:36 +0000 |
commit | 6deb0e4ef7f60e806e146085be545a58d068cab5 (patch) | |
tree | 71bb184107bd6b5b0ca1a2640e7d3788a1b0adbb /helix-loader/Cargo.toml | |
parent | a56222cd0eca5b22de15ec115b83c1480ccd5593 (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-loader/Cargo.toml')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 18216bcb..b0d8f146 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.7" etcetera = "0.8" tree-sitter = "0.20" -once_cell = "1.17" +once_cell = "1.18" log = "0.4" # TODO: these two should be on !wasm32 only |