Skip to content

Commit c5bebbd

Browse files
chore(deps): update compatible (#274)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies | patch | `1.0.97` -> `1.0.98` | | [assert_cmd](https://redirect.github.com/assert-rs/assert_cmd) | dev-dependencies | patch | `2.0.16` -> `2.0.17` | | [clap](https://redirect.github.com/clap-rs/clap) | dependencies | patch | `4.5.34` -> `4.5.37` | | [ctrlc](https://redirect.github.com/Detegr/rust-ctrlc) | dependencies | patch | `3.4.5` -> `3.4.6` | | [env_logger](https://redirect.github.com/rust-cli/env_logger) | dependencies | patch | `0.11.6` -> `0.11.8` | | [log](https://redirect.github.com/rust-lang/log) | dependencies | patch | `0.4.26` -> `0.4.27` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | patch | `1.0.218` -> `1.0.219` | | [serde_derive](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | patch | `1.0.218` -> `1.0.219` | | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1.0.139` -> `1.0.140` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.98`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.98) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) - Add [`self.into_boxed_dyn_error()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error) and [`self.reallocate_into_boxed_dyn_error_without_backtrace()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace) methods for anyhow::Error ([#&#8203;415](https://redirect.github.com/dtolnay/anyhow/issues/415)) </details> <details> <summary>assert-rs/assert_cmd (assert_cmd)</summary> ### [`v2.0.17`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#2017---2025-04-16) [Compare Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17) ##### Features - Add `cargo::cargo_bin!` which will work with Cargo's `build-dir` </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.37`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.36...v4.5.37) ##### Features - Added `ArgMatches::try_clear_id()` ### [`v4.5.36`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.35...v4.5.36) ##### Fixes - *(help)* Revert 4.5.35's "Don't leave space for shorts if there are none" for now ### [`v4.5.35`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4535---2025-04-01) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.34...v4.5.35) ##### Fixes - *(help)* Align positionals and flags when put in the same `help_heading` - *(help)* Don't leave space for shorts if there are none </details> <details> <summary>Detegr/rust-ctrlc (ctrlc)</summary> ### [`v3.4.6`](https://redirect.github.com/Detegr/rust-ctrlc/releases/tag/3.4.6) [Compare Source](https://redirect.github.com/Detegr/rust-ctrlc/compare/3.4.5...3.4.6) #### What's Changed - Add support for tvOS, visionOS and watchOS by [@&#8203;madsmtm](https://redirect.github.com/madsmtm) in [https://github.com/Detegr/rust-ctrlc/pull/128](https://redirect.github.com/Detegr/rust-ctrlc/pull/128) #### New Contributors - [@&#8203;madsmtm](https://redirect.github.com/madsmtm) made their first contribution in [https://github.com/Detegr/rust-ctrlc/pull/128](https://redirect.github.com/Detegr/rust-ctrlc/pull/128) **Full Changelog**: Detegr/rust-ctrlc@3.4.5...3.4.6 </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.8`](https://redirect.github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0118---2025-04-01) [Compare Source](https://redirect.github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8) ##### Compatibility - *(kv)* Deprecate the `unstable-kv` feature which may be removed in a future patch release ##### Features - *(kv)* Stabilize key-value support behind the `kv` feature - Expose `ConfigurableFormat` to build custom \[`Builder::format`]s that leverage this ### [`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>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>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>serde-rs/json (serde_json)</summary> ### [`v1.0.140`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.140) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.139...v1.0.140) - Documentation improvements </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am 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/rust-cli/book). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31d2aad commit c5bebbd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)