chore(deps): Update compatible (#1009)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [encoding_rs](https://docs.rs/encoding_rs/)
([source](https://togithub.com/hsivonen/encoding_rs)) | dependencies |
patch | `0.8.33` -> `0.8.34` |
| [trycmd](https://togithub.com/assert-rs/trycmd) | dev-dependencies |
patch | `0.15.0` -> `0.15.1` |
| [unicode-width](https://togithub.com/unicode-rs/unicode-width) |
dependencies | patch | `0.1.11` -> `0.1.12` |
| [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch
| `0.6.5` -> `0.6.7` |

---

### Release Notes

<details>
<summary>hsivonen/encoding_rs (encoding_rs)</summary>

###
[`v0.8.34`](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)

[Compare
Source](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)

</details>

<details>
<summary>assert-rs/trycmd (trycmd)</summary>

###
[`v0.15.1`](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)

[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)

</details>

<details>
<summary>unicode-rs/unicode-width (unicode-width)</summary>

###
[`v0.1.12`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

[Compare
Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

</details>

<details>
<summary>winnow-rs/winnow (winnow)</summary>

###
[`v0.6.7`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#067---2024-04-26)

[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.6...v0.6.7)

##### Fixes

-   Improve debug traces when Input wrapper types are used

###
[`v0.6.6`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#066---2024-04-11)

[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.5...v0.6.6)

##### Fixes

- Add impl `ErrorConvert` for `ContextError` so it can be used with bit
parsing

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-01 01:02:14 +00:00 committed by GitHub
parent d503507db9
commit aff4bf9ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

16
Cargo.lock generated
View file

@ -466,9 +466,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]] [[package]]
name = "encoding_rs" name = "encoding_rs"
version = "0.8.33" version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]
@ -1300,9 +1300,9 @@ dependencies = [
[[package]] [[package]]
name = "trycmd" name = "trycmd"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464edb3603a81a50b4c8f47b11dfade69ef48ffdc0af2f8b194ad87cbda75317" checksum = "d14c6930faf7c6c4942ce17daa6f38d659d2ebf2b579a56b6926707038eb37b0"
dependencies = [ dependencies = [
"glob", "glob",
"humantime", "humantime",
@ -1476,9 +1476,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
version = "0.1.11" version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]] [[package]]
name = "unicode-xid" name = "unicode-xid"
@ -1725,9 +1725,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]] [[package]]
name = "winnow" name = "winnow"
version = "0.6.5" version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" checksum = "14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]

View file

@ -67,7 +67,7 @@ serde_json = "1.0"
kstring = { version = "2.0.0", features = ["serde"] } kstring = { version = "2.0.0", features = ["serde"] }
typed-arena = "2.0.2" typed-arena = "2.0.2"
maplit = "1.0" maplit = "1.0"
unicode-width = "0.1.11" unicode-width = "0.1.12"
unic-emoji-char = "0.9.0" unic-emoji-char = "0.9.0"
thread_local = "1.1.8" thread_local = "1.1.8"
globset = "0.4.14" globset = "0.4.14"
@ -76,13 +76,13 @@ anstream = "0.6.13"
colorchoice-clap = "1.0.3" colorchoice-clap = "1.0.3"
serde_regex = "1.1.0" serde_regex = "1.1.0"
regex = "1.10.4" regex = "1.10.4"
encoding_rs = "0.8.33" encoding_rs = "0.8.34"
[dev-dependencies] [dev-dependencies]
assert_fs = "1.1" assert_fs = "1.1"
divan = "0.1.14" divan = "0.1.14"
snapbox = "0.5.9" snapbox = "0.5.9"
trycmd = "0.15.0" trycmd = "0.15.1"
[[bench]] [[bench]]
name = "check_file" name = "check_file"

View file

@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"
winnow = "0.6.5" winnow = "0.6.7"
unicode-xid = "0.2.4" unicode-xid = "0.2.4"
once_cell = "1.19.0" once_cell = "1.19.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }

View file

@ -20,7 +20,7 @@ parser = ["dep:winnow"]
flags = ["dep:enumflags2"] flags = ["dep:enumflags2"]
[dependencies] [dependencies]
winnow = { version = "0.6.5", optional = true } winnow = { version = "0.6.7", optional = true }
enumflags2 = { version = "0.7", optional = true } enumflags2 = { version = "0.7", optional = true }
[lints] [lints]