diff options
author | dependabot[bot] | 2023-04-18 01:04:48 +0000 |
---|---|---|
committer | GitHub | 2023-04-18 01:04:48 +0000 |
commit | a333f6fed7d11c03f9277ea4fdf58617b8818ebc (patch) | |
tree | ed58438bf64d53669f20acf2fd81da8f995c89fd /helix-loader | |
parent | 8839eb0af47b99511956d81a6dbb32e948d2076c (diff) |
build(deps): bump etcetera from 0.4.0 to 0.5.0 (#6798)
Bumps [etcetera](https://github.com/lunacookies/etcetera) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/lunacookies/etcetera/releases)
- [Commits](https://github.com/lunacookies/etcetera/commits)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 9225ad1a..4cc3e186 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.4" +etcetera = "0.5" tree-sitter = "0.20" once_cell = "1.17" log = "0.4" |