diff options
author | dependabot[bot] | 2022-05-17 03:32:18 +0000 |
---|---|---|
committer | GitHub | 2022-05-17 03:32:18 +0000 |
commit | 0258cf45f300eb2ac1119be4186a83bfa5835bd9 (patch) | |
tree | e5f95f991cbedb7b4d4edddb1f434fbce2a3771f /helix-loader | |
parent | 595213ca74e360d8de37fe7aa8f0f05ae6ec8f21 (diff) |
build(deps): bump etcetera from 0.3.2 to 0.4.0 (#2486)
Bumps [etcetera](https://github.com/arzg/etcetera) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/arzg/etcetera/releases)
- [Commits](https://github.com/arzg/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 c8cbf6d1..3a900f4a 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://helix-editor.com" anyhow = "1" serde = { version = "1.0", features = ["derive"] } toml = "0.5" -etcetera = "0.3" +etcetera = "0.4" tree-sitter = "0.20" once_cell = "1.9" |