Commit e8d748f
authored
chore(deps): update compatible (#278)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.98` -> `1.0.100` |
| [assert_cmd](https://redirect.github.com/assert-rs/assert_cmd) |
dev-dependencies | minor | `2.0.17` -> `2.1.1` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.40` -> `4.5.51` |
| [ctrlc](https://redirect.github.com/Detegr/rust-ctrlc) | dependencies
| minor | `3.4.7` -> `3.5.1` |
| [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.28` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.218` -> `1.0.228` |
| [serde_derive](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.218` -> `1.0.228` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.139` -> `1.0.145` |
| [signal-hook](https://redirect.github.com/vorner/signal-hook) |
dependencies | patch | `0.3.17` -> `0.3.18` |
---
### Release Notes
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
###
[`v1.0.100`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.100)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.99...1.0.100)
- Teach clippy to lint formatting arguments in `bail!`, `ensure!`,
`anyhow!`
([#​426](https://redirect.github.com/dtolnay/anyhow/issues/426))
###
[`v1.0.99`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.99)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.98...1.0.99)
- Allow build-script cleanup failure with NFSv3 output directory to be
non-fatal
([#​420](https://redirect.github.com/dtolnay/anyhow/issues/420))
</details>
<details>
<summary>assert-rs/assert_cmd (assert_cmd)</summary>
###
[`v2.1.1`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#211---2025-10-29)
[Compare
Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.1.0...v2.1.1)
###
[`v2.1.0`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#210---2025-10-28)
[Compare
Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0)
##### Compatibility
- Deprecated `crate_name!()` in favor of `pkg_name!()`
- Deprecated `Command::cargo_bin`, `CommandCargoExt::cargo_bin`,
`cargo_bin` in favor of `cargo_bin!`, `cargo_bin_cmd!`
##### Features
- Provide `cargo_bin_cmd!()`
- Use `pkg_name!()` as a default parameter to `cargo_bin!()`
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.51`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4551---2025-10-29)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.50...v4.5.51)
##### Fixes
- *(help)* Correctly calculate padding for short flags that take a value
- *(help)* Don't panic on short flags using `ArgAction::Count`
###
[`v4.5.50`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.49...v4.5.50)
##### Features
- Accept `Cow` where `String` and `&str` are accepted
###
[`v4.5.49`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.48...v4.5.49)
##### Fixes
- *(help)* Correctly wrap when ANSI escape codes are present
###
[`v4.5.48`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4548---2025-09-19)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.47...v4.5.48)
##### Documentation
- Add a new CLI Concepts document as another way of framing clap
- Expand the `typed_derive` cookbook entry
###
[`v4.5.47`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.46...v4.5.47)
##### Features
- Added `impl FromArgMatches for ()`
- Added `impl Args for ()`
- Added `impl Subcommand for ()`
- Added `impl FromArgMatches for Infallible`
- Added `impl Subcommand for Infallible`
##### Fixes
- *(derive)* Update runtime error text to match `clap`
###
[`v4.5.46`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.45...v4.5.46)
##### Features
- Expose `StyledStr::push_str`
###
[`v4.5.45`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4545---2025-08-12)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.44...v4.5.45)
##### Fixes
- *(unstable-v5)* `ValueEnum` variants now use the full doc comment, not
summary, for `PossibleValue::help`
###
[`v4.5.44`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4544---2025-08-11)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.43...v4.5.44)
##### Features
- Add `Command::mut_subcommands`
###
[`v4.5.43`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4543---2025-08-06)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.42...v4.5.43)
##### Fixes
- *(help)* In long help, list Possible Values before defaults, rather
than after, for a more consistent look
###
[`v4.5.42`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4542---2025-07-30)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.41...v4.5.42)
##### Fixes
- Include subcommand visible long aliases in `--help`
###
[`v4.5.41`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4541---2025-07-09)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.40...v4.5.41)
##### Features
- Add `Styles::context` and `Styles::context_value` to customize the
styling of `[default: value]` like notes in the `--help`
</details>
<details>
<summary>Detegr/rust-ctrlc (ctrlc)</summary>
###
[`v3.5.1`](https://redirect.github.com/Detegr/rust-ctrlc/releases/tag/3.5.1)
[Compare
Source](https://redirect.github.com/Detegr/rust-ctrlc/compare/3.5.0...3.5.1)
#### What's Changed
- Use `dispatch2` by
[@​madsmtm](https://redirect.github.com/madsmtm) in
[#​140](https://redirect.github.com/Detegr/rust-ctrlc/pull/140)
**Full Changelog**:
<Detegr/rust-ctrlc@3.5.0...3.5.1>
###
[`v3.5.0`](https://redirect.github.com/Detegr/rust-ctrlc/releases/tag/3.5.0)
[Compare
Source](https://redirect.github.com/Detegr/rust-ctrlc/compare/3.4.7...3.5.0)
#### What's Changed
- Implement unix with sem\_*(3) instead of pipes
(dispatch\_semaphore\_*() on apple where POSIX semaphores are
broken-by-design) by
[@​nabijaczleweli](https://redirect.github.com/nabijaczleweli) in
[#​134](https://redirect.github.com/Detegr/rust-ctrlc/pull/134)
- Bump windows-sys to 0.60 by
[@​dpaoliello](https://redirect.github.com/dpaoliello) in
[#​135](https://redirect.github.com/Detegr/rust-ctrlc/pull/135)
- Bump windows-sys to 0.61
Apparently we [broke compatibility with
RedoxOS](https://redirect.github.com/Detegr/rust-ctrlc/issues/136) as
well.
#### New Contributors
- [@​dpaoliello](https://redirect.github.com/dpaoliello) made
their first contribution in
[#​135](https://redirect.github.com/Detegr/rust-ctrlc/pull/135)
**Full Changelog**:
<Detegr/rust-ctrlc@3.4.7...3.5.0>
</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.28`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0428---2025-09-02)
[Compare
Source](https://redirect.github.com/rust-lang/log/compare/0.4.27...0.4.28)
###
[`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
[@​nyurik](https://redirect.github.com/nyurik) in
[#​671](https://redirect.github.com/rust-lang/log/pull/671)
- Enable clippy support for format-like macros by
[@​nyurik](https://redirect.github.com/nyurik) in
[#​665](https://redirect.github.com/rust-lang/log/pull/665)
- Add an optional logger param by
[@​tisonkun](https://redirect.github.com/tisonkun) in
[#​664](https://redirect.github.com/rust-lang/log/pull/664)
- Pass global logger by value, supplied logger by ref by
[@​KodrAus](https://redirect.github.com/KodrAus) in
[#​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.228`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.228)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.227...v1.0.228)
- Allow building documentation with `RUSTDOCFLAGS='--cfg=docsrs'` set
for the whole dependency graph
([#​2995](https://redirect.github.com/serde-rs/serde/issues/2995))
###
[`v1.0.227`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.227)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.226...v1.0.227)
- Documentation improvements
([#​2991](https://redirect.github.com/serde-rs/serde/issues/2991))
###
[`v1.0.226`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.226)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.225...v1.0.226)
- Deduplicate variant matching logic inside generated Deserialize impl
for adjacently tagged enums
([#​2935](https://redirect.github.com/serde-rs/serde/issues/2935),
thanks [@​Mingun](https://redirect.github.com/Mingun))
###
[`v1.0.225`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.225)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.224...v1.0.225)
- Avoid triggering a deprecation warning in derived Serialize and
Deserialize impls for a data structure that contains its own
deprecations
([#​2879](https://redirect.github.com/serde-rs/serde/issues/2879),
thanks [@​rcrisanti](https://redirect.github.com/rcrisanti))
###
[`v1.0.224`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.224)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.223...v1.0.224)
- Remove private types being suggested in rustc diagnostics
([#​2979](https://redirect.github.com/serde-rs/serde/issues/2979))
###
[`v1.0.223`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.223)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.222...v1.0.223)
- Fix serde\_core documentation links
([#​2978](https://redirect.github.com/serde-rs/serde/issues/2978))
###
[`v1.0.222`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.222)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.221...v1.0.222)
- Make `serialize_with` attribute produce code that works if respanned
to 2024 edition
([#​2950](https://redirect.github.com/serde-rs/serde/issues/2950),
thanks [@​aytey](https://redirect.github.com/aytey))
###
[`v1.0.221`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.221)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.220...v1.0.221)
- Documentation improvements
([#​2973](https://redirect.github.com/serde-rs/serde/issues/2973))
- Deprecate `serde_if_integer128!` macro
([#​2975](https://redirect.github.com/serde-rs/serde/issues/2975))
###
[`v1.0.220`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.220)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.219...v1.0.220)
- Add a way for data formats to depend on serde traits without waiting
for serde\_derive compilation: <https://docs.rs/serde_core>
([#​2608](https://redirect.github.com/serde-rs/serde/issues/2608),
thanks [@​osiewicz](https://redirect.github.com/osiewicz))
###
[`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
([#​2906](https://redirect.github.com/serde-rs/serde/issues/2906),
thanks [@​davidzeng0](https://redirect.github.com/davidzeng0))
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.145`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.145)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.144...v1.0.145)
- Raise serde version requirement to >=1.0.220
###
[`v1.0.144`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.144)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.143...v1.0.144)
- Switch serde dependency to serde\_core
([#​1285](https://redirect.github.com/serde-rs/json/issues/1285))
###
[`v1.0.143`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.143)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.142...v1.0.143)
- Implement Clone and Debug for serde\_json::Map iterators
([#​1264](https://redirect.github.com/serde-rs/json/issues/1264),
thanks [@​xlambein](https://redirect.github.com/xlambein))
- Implement Default for CompactFormatter
([#​1268](https://redirect.github.com/serde-rs/json/issues/1268),
thanks [@​SOF3](https://redirect.github.com/SOF3))
- Implement FromStr for serde\_json::Map
([#​1271](https://redirect.github.com/serde-rs/json/issues/1271),
thanks
[@​mickvangelderen](https://redirect.github.com/mickvangelderen))
###
[`v1.0.142`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.142)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.141...v1.0.142)
- impl Default for \&Value
([#​1265](https://redirect.github.com/serde-rs/json/issues/1265),
thanks [@​aatifsyed](https://redirect.github.com/aatifsyed))
###
[`v1.0.141`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.141)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.140...v1.0.141)
- Optimize string escaping during serialization
([#​1273](https://redirect.github.com/serde-rs/json/issues/1273),
thanks
[@​conradludgate](https://redirect.github.com/conradludgate))
###
[`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>
<details>
<summary>vorner/signal-hook (signal-hook)</summary>
###
[`v0.3.18`](https://redirect.github.com/vorner/signal-hook/compare/v0.3.17...v0.3.18)
[Compare
Source](https://redirect.github.com/vorner/signal-hook/compare/v0.3.17...v0.3.18)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c0a642e commit e8d748f
1 file changed
+63
-21
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments