Skip to content

Commit

Permalink
chore(deps): update compatible (#260)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.91` -> `1.0.93` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.20` -> `4.5.21` |
| [indicatif](https://redirect.github.com/console-rs/indicatif) |
dependencies | patch | `0.17.8` -> `0.17.9` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.214` -> `1.0.215` |
| [serde_derive](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.214` -> `1.0.215` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.132` -> `1.0.133` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

###
[`v1.0.93`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.93)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.92...1.0.93)

-   Update dev-dependencies to `thiserror` v2

###
[`v1.0.92`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.92)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.91...1.0.92)

- Support Rust 1.82's `&raw const` and `&raw mut` syntax inside
`ensure!`
([#&#8203;390](https://redirect.github.com/dtolnay/anyhow/issues/390))

</details>

<details>
<summary>clap-rs/clap (clap)</summary>

###
[`v4.5.21`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.20...v4.5.21)

##### Fixes

- *(parser)* Ensure defaults are filled in on error with
`ignore_errors(true)`

</details>

<details>
<summary>console-rs/indicatif (indicatif)</summary>

###
[`v0.17.9`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.17.9)

[Compare
Source](https://redirect.github.com/console-rs/indicatif/compare/0.17.8...0.17.9)

#### What's Changed

- Mention ProgressTracker near list of template keys by
[@&#8203;djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/indicatif/pull/632](https://redirect.github.com/console-rs/indicatif/pull/632)
- tests: print whether colors are enabled to help diagnose spurious
failure by
[@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in
[https://github.com/console-rs/indicatif/pull/641](https://redirect.github.com/console-rs/indicatif/pull/641)
- Workarounds for flaky tty/color support in GitHub actions runner by
[@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in
[https://github.com/console-rs/indicatif/pull/646](https://redirect.github.com/console-rs/indicatif/pull/646)
- Fix move cursor flag not working by
[@&#8203;SuperTux88](https://redirect.github.com/SuperTux88) in
[https://github.com/console-rs/indicatif/pull/648](https://redirect.github.com/console-rs/indicatif/pull/648)
- chore: fix comment by
[@&#8203;rustco](https://redirect.github.com/rustco) in
[https://github.com/console-rs/indicatif/pull/649](https://redirect.github.com/console-rs/indicatif/pull/649)
- Fix AtomicPosition::reset storing wrong value by
[@&#8203;TheJokr](https://redirect.github.com/TheJokr) in
[https://github.com/console-rs/indicatif/pull/650](https://redirect.github.com/console-rs/indicatif/pull/650)
- Documentation tweaks; bump MSRV by
[@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in
[https://github.com/console-rs/indicatif/pull/653](https://redirect.github.com/console-rs/indicatif/pull/653)
- Update deny config for cargo-deny 0.15 release by
[@&#8203;djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/indicatif/pull/655](https://redirect.github.com/console-rs/indicatif/pull/655)
- Update unicode-width requirement from 0.1 to 0.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/console-rs/indicatif/pull/658](https://redirect.github.com/console-rs/indicatif/pull/658)
- Replace `instant` with `web-time` by
[@&#8203;torokati44](https://redirect.github.com/torokati44) in
[https://github.com/console-rs/indicatif/pull/666](https://redirect.github.com/console-rs/indicatif/pull/666)
- Bump EmbarkStudios/cargo-deny-action from 1 to 2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/console-rs/indicatif/pull/654](https://redirect.github.com/console-rs/indicatif/pull/654)
- Bump version to 0.17.9 by
[@&#8203;djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/indicatif/pull/667](https://redirect.github.com/console-rs/indicatif/pull/667)
- feat: allow constructing and setting the progress bar len to `None` by
[@&#8203;cdellacqua](https://redirect.github.com/cdellacqua) in
[https://github.com/console-rs/indicatif/pull/664](https://redirect.github.com/console-rs/indicatif/pull/664)

</details>

<details>
<summary>serde-rs/serde (serde)</summary>

###
[`v1.0.215`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.215)

[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.214...v1.0.215)

- Produce warning when multiple fields or variants have the same
deserialization name
([#&#8203;2855](https://redirect.github.com/serde-rs/serde/issues/2855),
[#&#8203;2856](https://redirect.github.com/serde-rs/serde/issues/2856),
[#&#8203;2857](https://redirect.github.com/serde-rs/serde/issues/2857))

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.133`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.133)

[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.132...v1.0.133)

- Implement From<\[T; N]> for serde_json::Value
([#&#8203;1215](https://redirect.github.com/serde-rs/json/issues/1215))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent c38024b commit b6a526d
Showing 1 changed file with 104 additions and 17 deletions.
121 changes: 104 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6a526d

Please sign in to comment.