Skip to content

Commit 624891e

Browse files
chore(deps): Update compatible (#136)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies | patch | `1.0.96` -> `1.0.97` | | [automod](https://redirect.github.com/dtolnay/automod) | dev-dependencies | patch | `1.0.14` -> `1.0.15` | | [clap](https://redirect.github.com/clap-rs/clap) | dependencies | patch | `4.5.31` -> `4.5.34` | | [env_logger](https://redirect.github.com/rust-cli/env_logger) | dependencies | patch | `0.11.6` -> `0.11.7` | | [is-terminal](https://redirect.github.com/sunfishcode/is-terminal) | dependencies | patch | `0.4.15` -> `0.4.16` | | [log](https://redirect.github.com/rust-lang/log) | dependencies | patch | `0.4.26` -> `0.4.27` | | [once_cell](https://redirect.github.com/matklad/once_cell) | dependencies | minor | `1.20.3` -> `1.21.3` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | patch | `1.0.218` -> `1.0.219` | | [terminal_size](https://redirect.github.com/eminence/terminal-size) | dependencies | patch | `0.4.1` -> `0.4.2` | | [textwrap](https://redirect.github.com/mgeisler/textwrap) | dependencies | patch | `0.16.1` -> `0.16.2` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.97`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.97) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.96...1.0.97) - Documentation improvements </details> <details> <summary>dtolnay/automod (automod)</summary> ### [`v1.0.15`](https://redirect.github.com/dtolnay/automod/releases/tag/1.0.15) [Compare Source](https://redirect.github.com/dtolnay/automod/compare/1.0.14...1.0.15) - Documentation improvements </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.34`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4534---2025-03-27) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.33...v4.5.34) ##### Fixes - *(help)* Don't add extra blank lines with `flatten_help(true)` and subcommands without arguments ### [`v4.5.33`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4533---2025-03-26) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.32...v4.5.33) ##### Fixes - *(error)* When showing the usage of a suggestion for an unknown argument, don't show the group ### [`v4.5.32`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4532---2025-03-10) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.31...v4.5.32) ##### Features - Add `Error::remove` ##### Documentation - *(cookbook)* Switch from `humantime` to `jiff` - *(tutorial)* Better cover required vs optional ##### Internal - Update `pulldown-cmark` </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.7`](https://redirect.github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0117---2025-03-10) [Compare Source](https://redirect.github.com/rust-cli/env_logger/compare/v0.11.6...v0.11.7) ##### Internal - Replaced `humantime` with `jiff` </details> <details> <summary>sunfishcode/is-terminal (is-terminal)</summary> ### [`v0.4.16`](https://redirect.github.com/sunfishcode/is-terminal/compare/v0.4.15...v0.4.16) [Compare Source](https://redirect.github.com/sunfishcode/is-terminal/compare/v0.4.15...v0.4.16) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.27`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0427---2025-03-24) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.26...0.4.27) ##### What's Changed - A few minor lint fixes by [@&#8203;nyurik](https://redirect.github.com/nyurik) in [https://github.com/rust-lang/log/pull/671](https://redirect.github.com/rust-lang/log/pull/671) - Enable clippy support for format-like macros by [@&#8203;nyurik](https://redirect.github.com/nyurik) in [https://github.com/rust-lang/log/pull/665](https://redirect.github.com/rust-lang/log/pull/665) - Add an optional logger param by [@&#8203;tisonkun](https://redirect.github.com/tisonkun) in [https://github.com/rust-lang/log/pull/664](https://redirect.github.com/rust-lang/log/pull/664) - Pass global logger by value, supplied logger by ref by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/rust-lang/log/pull/673](https://redirect.github.com/rust-lang/log/pull/673) **Full Changelog**: rust-lang/log@0.4.26...0.4.27 </details> <details> <summary>matklad/once_cell (once_cell)</summary> ### [`v1.21.3`](https://redirect.github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#1213) [Compare Source](https://redirect.github.com/matklad/once_cell/compare/v1.21.2...v1.21.3) - Outline more initialization in `race`: [#&#8203;284](https://redirect.github.com/matklad/once_cell/pull/284), [#&#8203;285](https://redirect.github.com/matklad/once_cell/pull/285). ### [`v1.21.2`](https://redirect.github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#1212) [Compare Source](https://redirect.github.com/matklad/once_cell/compare/v1.21.1...v1.21.2) - Relax success ordering from AcqRel to Release in `race`: [#&#8203;278](https://redirect.github.com/matklad/once_cell/pull/278). ### [`v1.21.1`](https://redirect.github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#1211) [Compare Source](https://redirect.github.com/matklad/once_cell/compare/v1.21.0...v1.21.1) - Reduce MSRV to 1.65: [#&#8203;277](https://redirect.github.com/matklad/once_cell/pull/277). ### [`v1.21.0`](https://redirect.github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#1210) [Compare Source](https://redirect.github.com/matklad/once_cell/compare/v1.20.3...v1.21.0) - Outline initialization in `race`: [#&#8203;273](https://redirect.github.com/matklad/once_cell/pull/273). - Add `OnceNonZereUsize::get_unchecked`: [#&#8203;274](https://redirect.github.com/matklad/once_cell/pull/274). - Add `OnceBox::clone` and `OnceBox::with_value`: [#&#8203;275](https://redirect.github.com/matklad/once_cell/pull/275). - Increase MSRV to 1.70 </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.219`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.219) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.218...v1.0.219) - Prevent `absolute_paths` Clippy restriction being triggered inside macro-generated code ([#&#8203;2906](https://redirect.github.com/serde-rs/serde/issues/2906), thanks [@&#8203;davidzeng0](https://redirect.github.com/davidzeng0)) </details> <details> <summary>eminence/terminal-size (terminal_size)</summary> ### [`v0.4.2`](https://redirect.github.com/eminence/terminal-size/releases/tag/v0.4.2) [Compare Source](https://redirect.github.com/eminence/terminal-size/compare/v0.4.1...v0.4.2) #### What's Changed - Update rustix to 1.0 by [@&#8203;morr0ne](https://redirect.github.com/morr0ne) in [https://github.com/eminence/terminal-size/pull/69](https://redirect.github.com/eminence/terminal-size/pull/69) </details> <details> <summary>mgeisler/textwrap (textwrap)</summary> ### [`v0.16.2`](https://redirect.github.com/mgeisler/textwrap/blob/HEAD/CHANGELOG.md#Version-0162-2025-03-03) [Compare Source](https://redirect.github.com/mgeisler/textwrap/compare/0.16.1...0.16.2) This release fixes an unnecessary `f64` cast, updates all dependencies, bumps the minimum supported Rust version to 1.70. - [#&#8203;540](https://redirect.github.com/mgeisler/textwrap/pull/540): Avoid spurious `f64` cast and comparison. - [#&#8203;565](https://redirect.github.com/mgeisler/textwrap/pull/565): Configure automatic Dependabot updates. - [#&#8203;579](https://redirect.github.com/mgeisler/textwrap/pull/579): Bump `rust-version` to 1.70. </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/gitext-rs/git-dive). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d3d235 commit 624891e

File tree

1 file changed

+54
-99
lines changed

1 file changed

+54
-99
lines changed

Cargo.lock

Lines changed: 54 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)