diff options
author | dependabot[bot] | 2023-04-25 02:52:17 +0000 |
---|---|---|
committer | GitHub | 2023-04-25 02:52:17 +0000 |
commit | 0097e191bb9f9f144043c2afcf04bc8632021281 (patch) | |
tree | b77b8af52748c26652adfdb499564d8b6bf49ea1 /helix-core | |
parent | d45af96fc44e25f121b459f7fee2b3f0278d4444 (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-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 6ebac5e6..c10ed735 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -45,7 +45,7 @@ encoding_rs = "0.8" chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] } -etcetera = "0.5" +etcetera = "0.7" textwrap = "0.16.0" [dev-dependencies] |