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 | |
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>
-rw-r--r-- | Cargo.lock | 5 | ||||
-rw-r--r-- | helix-core/Cargo.toml | 2 | ||||
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -373,12 +373,13 @@ dependencies = [ [[package]] name = "etcetera" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51822eedc6129d8c4d96cec86d56b785e983f943c9ce9fb892e0c2a99a7f47a0" +checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" dependencies = [ "cfg-if", "home", + "windows-sys 0.48.0", ] [[package]] diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index c10ed735..3f7d34db 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.7" +etcetera = "0.8" textwrap = "0.16.0" [dev-dependencies] 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" |