Commit f266a83
authored
chore(deps): update compatible (#276)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.98` -> `1.0.98` |
| [assert_cmd](https://redirect.github.com/assert-rs/assert_cmd) |
dev-dependencies | patch | `2.0.17` -> `2.0.17` |
| [assert_fs](https://redirect.github.com/assert-rs/assert_fs) |
dev-dependencies | patch | `1.1.2` -> `1.1.3` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.37` -> `4.5.39` |
|
[crossbeam-channel](https://redirect.github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel)
([source](https://redirect.github.com/crossbeam-rs/crossbeam)) |
dependencies | patch | `0.5.15` -> `0.5.15` |
| [ctrlc](https://redirect.github.com/Detegr/rust-ctrlc) | dependencies
| patch | `3.4.6` -> `3.4.7` |
| [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.17.11` -> `0.17.11` |
| [log](https://redirect.github.com/rust-lang/log) | dependencies |
patch | `0.4.26` -> `0.4.27` |
| [predicates](https://redirect.github.com/assert-rs/predicates-rs) |
dev-dependencies | patch | `3.1.3` -> `3.1.3` |
| [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` |
| [signal-hook](https://redirect.github.com/vorner/signal-hook) |
dependencies | patch | `0.3.17` -> `0.3.18` |
---
### Release Notes
<details>
<summary>assert-rs/assert_fs (assert_fs)</summary>
###
[`v1.1.3`](https://redirect.github.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#113---2025-05-02)
[Compare
Source](https://redirect.github.com/assert-rs/assert_fs/compare/v1.1.2...v1.1.3)
##### Features
- Add `TempDir::new_in/with_prefix/with_prefix_in`
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.39`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.38...v4.5.39)
##### Fixes
- *(help)* Show short flag aliases before long
- *(help)* Merge the short and long flag alias lists
###
[`v4.5.38`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.37...v4.5.38)
##### Fixes
- *(help)* When showing aliases, include leading `--` or `-`
</details>
<details>
<summary>Detegr/rust-ctrlc (ctrlc)</summary>
###
[`v3.4.7`](https://redirect.github.com/Detegr/rust-ctrlc/releases/tag/3.4.7)
[Compare
Source](https://redirect.github.com/Detegr/rust-ctrlc/compare/3.4.6...3.4.7)
#### What's Changed
- Update nix by
[@​Berrysoft](https://redirect.github.com/Berrysoft) in
[https://github.com/Detegr/rust-ctrlc/pull/131](https://redirect.github.com/Detegr/rust-ctrlc/pull/131)
#### New Contributors
- [@​Berrysoft](https://redirect.github.com/Berrysoft) made their
first contribution in
[https://github.com/Detegr/rust-ctrlc/pull/131](https://redirect.github.com/Detegr/rust-ctrlc/pull/131)
**Full Changelog**:
Detegr/rust-ctrlc@3.4.6...3.4.7
</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
[@​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
[@​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
[@​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
[@​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
([#​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.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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c5bebbd commit f266a83
1 file changed
+52
-52
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments