aboutsummaryrefslogtreecommitdiff
path: root/helix-loader
diff options
context:
space:
mode:
authordependabot[bot]2023-04-25 02:52:17 +0000
committerGitHub2023-04-25 02:52:17 +0000
commit0097e191bb9f9f144043c2afcf04bc8632021281 (patch)
treeb77b8af52748c26652adfdb499564d8b6bf49ea1 /helix-loader
parentd45af96fc44e25f121b459f7fee2b3f0278d4444 (diff)
build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873)
Bumps [etcetera](https://github.com/lunacookies/etcetera) from 0.5.0 to 0.7.1. - [Release notes](https://github.com/lunacookies/etcetera/releases) - [Commits](https://github.com/lunacookies/etcetera/compare/v0.5.0...v0.7.1) --- updated-dependencies: - dependency-name: etcetera 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 60b1e911..ff8ffb1c 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -17,7 +17,7 @@ path = "src/main.rs"
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
toml = "0.7"
-etcetera = "0.5"
+etcetera = "0.7"
tree-sitter = "0.20"
once_cell = "1.17"
log = "0.4"