Commit 19c15f9
authored
chore(deps): update compatible (#282)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.51` -> `4.5.53` |
| [env_logger](https://redirect.github.com/rust-cli/env_logger) |
dependencies | patch | `0.11.6` -> `0.11.8` |
| [indicatif](https://redirect.github.com/console-rs/indicatif) |
dependencies | patch | `0.18.2` -> `0.18.3` |
| [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>clap-rs/clap (clap)</summary>
###
[`v4.5.53`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.52...v4.5.53)
##### Features
- Add `default_values_if`, `default_values_ifs`
###
[`v4.5.52`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4552---2025-11-17)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.51...v4.5.52)
##### Fixes
- Don't panic when `args_conflicts_with_subcommands` conflicts with an
`ArgGroup`
</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>console-rs/indicatif (indicatif)</summary>
###
[`v0.18.3`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.18.3)
[Compare
Source](https://redirect.github.com/console-rs/indicatif/compare/0.18.2...0.18.3)
#### What's Changed
- Add ProgressBar::set\_elapsed by
[@​sunshowers](https://redirect.github.com/sunshowers) in
[#​742](https://redirect.github.com/console-rs/indicatif/pull/742)
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 390bf0c commit 19c15f9
1 file changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments