Skip to content

Commit

Permalink
chore(deps): Update compatible (crate-ci#1049)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch |
`4.5.4` -> `4.5.8` |
| [derive_more](https://togithub.com/JelteF/derive_more) | dependencies
| patch | `0.99.17` -> `0.99.18` |
| [edit-distance](https://togithub.com/febeling/edit-distance) |
dev-dependencies | patch | `2.1.0` -> `2.1.2` |
| [enumflags2](https://togithub.com/meithecatte/enumflags2) |
dependencies | patch | `0.7.9` -> `0.7.10` |
| [log](https://togithub.com/rust-lang/log) | dependencies | patch |
`0.4.21` -> `0.4.22` |
| [regex](https://togithub.com/rust-lang/regex) | dependencies | patch |
`1.10.4` -> `1.10.5` |
| [regex](https://togithub.com/rust-lang/regex) | dev-dependencies |
patch | `1.10.4` -> `1.10.5` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.117` -> `1.0.119` |
|
[snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox)
([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies |
patch | `0.6.7` -> `0.6.10` |
| [toml](https://togithub.com/toml-rs/toml) | dependencies | patch |
`0.8.13` -> `0.8.14` |
| [unicode-width](https://togithub.com/unicode-rs/unicode-width) |
dependencies | patch | `0.1.12` -> `0.1.13` |
| [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch
| `0.6.9` -> `0.6.13` |

---

### Release Notes

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

###
[`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8)

##### Fixes

-   Reduce extra flushes

###
[`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7)

##### Fixes

-   Clean up error message when too few arguments for `num_args`

###
[`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6)

###
[`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5)

##### Fixes

- Allow `exclusive` to override `required_unless_present`,
`required_unless_present_any`, `required_unless_present_all`

</details>

<details>
<summary>JelteF/derive_more (derive_more)</summary>

###
[`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18)

[Compare
Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18)

</details>

<details>
<summary>febeling/edit-distance (edit-distance)</summary>

###
[`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2)

[Compare
Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2)

</details>

<details>
<summary>meithecatte/enumflags2 (enumflags2)</summary>

###
[`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10):
Release 0.7.10

[Compare
Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10)

- Fix a case where the `#[bitflags]` macro would access the crate
through `enumflags2::...` instead of `::enumflags2::...`. This makes the
generated code more robust and avoids triggering the
`unused_qualifications` lint.
([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58))
- Rework the proc-macro to use `syn` with the `derive` feature (as
opposed to `full`). This reduces the `cargo build` time for `enumflags2`
by about 20%.

</details>

<details>
<summary>rust-lang/log (log)</summary>

###
[`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27)

[Compare
Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22)

</details>

<details>
<summary>rust-lang/regex (regex)</summary>

###
[`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09)

[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5)

\===================
This is a new patch release with some minor fixes.

Bug fixes:

-   [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203):
Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119)

- Add `serde_json::Map::shift_insert`
([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks
[@&#8203;joshka](https://togithub.com/joshka))

###
[`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118)

- Implement Hash for serde_json::Value
([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks
[@&#8203;edwardycl](https://togithub.com/edwardycl))

</details>

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

###
[`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10)

[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10)

###
[`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9)

[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9)

###
[`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8)

[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8)

</details>

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

###
[`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)

[Compare
Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)

</details>

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

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

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

</details>

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

###
[`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06)

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

##### Documentation

-   Expand on error reporting

###
[`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06)

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

##### Fixes

- Improve compilation errors when using non-parsers with `seq!` struct
syntax

###
[`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03)

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

##### Fixes

-   Remove `AsBytes` bounds, unblocking parsing frames of binary input

###
[`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03)

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

##### Features

-   Extend `seq!` to constructing enum variants

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent c16dc8f commit ac7cfe7
Showing 1 changed file with 42 additions and 53 deletions.
95 changes: 42 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac7cfe7

Please sign in to comment.