aboutsummaryrefslogtreecommitdiff
path: root/helix-loader
diff options
context:
space:
mode:
authordependabot[bot]2024-02-12 16:48:45 +0000
committerGitHub2024-02-12 16:48:45 +0000
commitc111e28a6f4ab81bf1f5b60173f6e7bf3e63aa15 (patch)
treee8f98683de81bbca511cbd477f6486f4e520dc36 /helix-loader
parentd232e7a98579c3f964ade7ed93a1e6f944f1c89a (diff)
build(deps): bump toml from 0.7.6 to 0.8.10 (#9539)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.10. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.10) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 6c3617dd..25b55969 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -19,7 +19,7 @@ helix-stdx = { path = "../helix-stdx" }
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
-toml = "0.7"
+toml = "0.8"
etcetera = "0.8"
tree-sitter.workspace = true
once_cell = "1.19"