diff options
author | dependabot[bot] | 2023-05-02 00:57:45 +0000 |
---|---|---|
committer | GitHub | 2023-05-02 00:57:45 +0000 |
commit | 1b3923374addd3423dfcb8221ceca174e3c0f2df (patch) | |
tree | 799fc5459c51321e14fbb8c2c9c443cbe771d3a0 /helix-loader | |
parent | 2701781db795cbdda739b5c1153b09429d7ae789 (diff) |
build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931)
Bumps [etcetera](https://github.com/lunacookies/etcetera) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/lunacookies/etcetera/releases)
- [Commits](https://github.com/lunacookies/etcetera/compare/v0.7.1...v0.8.0)
---
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 ff8ffb1c..18216bcb 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.7" +etcetera = "0.8" tree-sitter = "0.20" once_cell = "1.17" log = "0.4" |