Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update compatible (#1223)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | dependencies | patch | `4.5.23` -> `4.5.27` | | [enumflags2](https://redirect.github.com/meithecatte/enumflags2) | dependencies | patch | `0.7.10` -> `0.7.11` | | [indexmap](https://redirect.github.com/indexmap-rs/indexmap) | dev-dependencies | patch | `2.7.0` -> `2.7.1` | | [log](https://redirect.github.com/rust-lang/log) | dependencies | patch | `0.4.22` -> `0.4.25` | | [phf](https://redirect.github.com/rust-phf/rust-phf) | dependencies | patch | `0.11.2` -> `0.11.3` | | [phf_codegen](https://redirect.github.com/rust-phf/rust-phf) | dependencies | patch | `0.11.2` -> `0.11.3` | | [phf_shared](https://redirect.github.com/rust-phf/rust-phf) | dependencies | patch | `0.11.2` -> `0.11.3` | | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1.0.134` -> `1.0.138` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.27`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback ### [`v4.5.26`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4526---2025-01-09) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.25...v4.5.26) ##### Fixes - *(error)* Reduce binary size with the `suggestions` feature ### [`v4.5.25`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4525---2025-01-09) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.24...v4.5.25) ##### Fixes - *(help)* Reduce binary size ### [`v4.5.24`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4524---2025-01-07) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.23...v4.5.24) ##### Fixes - *(parser)* Correctly handle defaults with `ignore_errors(true)` and when a suggestion is provided for an unknown argument </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.11`](https://redirect.github.com/meithecatte/enumflags2/compare/v0.7.10...v0.7.11) [Compare Source](https://redirect.github.com/meithecatte/enumflags2/compare/v0.7.10...v0.7.11) </details> <details> <summary>indexmap-rs/indexmap (indexmap)</summary> ### [`v2.7.1`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#271-2025-01-19) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1) - Added `#[track_caller]` to functions that may panic. - Improved memory reservation for `insert_entry`. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.25`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0425---2025-01-14) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.24...0.4.25) ### [`v0.4.24`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0424---2025-01-11) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.23...0.4.24) ### [`v0.4.23`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0423---2025-01-10-yanked) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.22...0.4.23) </details> <details> <summary>rust-phf/rust-phf (phf)</summary> ### [`v0.11.3`](https://redirect.github.com/rust-phf/rust-phf/compare/phf_codegen-v0.11.2...phf_codegen-v0.11.3) [Compare Source](https://redirect.github.com/rust-phf/rust-phf/compare/phf-v0.11.2...phf-v0.11.3) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.138`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.138) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.137...v1.0.138) - Documentation improvements ### [`v1.0.137`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.137) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.136...v1.0.137) - Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org ([#​1231](https://redirect.github.com/serde-rs/json/issues/1231)) ### [`v1.0.136`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.136) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.135...v1.0.136) - Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity ([#​1230](https://redirect.github.com/serde-rs/json/issues/1230), thanks [@​goffrie](https://redirect.github.com/goffrie)) ### [`v1.0.135`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.135) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.134...v1.0.135) - Add serde_json::Map::into_values method ([#​1226](https://redirect.github.com/serde-rs/json/issues/1226), thanks [@​tisonkun](https://redirect.github.com/tisonkun)) </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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information