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 | |
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>
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | helix-core/Cargo.toml | 2 | ||||
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -384,12 +384,12 @@ dependencies = [ [[package]] name = "etcetera" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d017fce18e4e9bfa75e1db51f49f4487bd3f8a7df509b24a46474a956ee962fd" +checksum = "870a9fdff9c99141df9277dece5ec8021434eca50f05cbac41a5eb07c9659e7d" dependencies = [ "cfg-if", - "dirs-next", + "home", "thiserror", ] diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 887a83cf..99776694 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.4" +etcetera = "0.5" textwrap = "0.16.0" [dev-dependencies] 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" |