Skip to content

Commit

Permalink
chore(deps): update compatible (#261)
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.93` -> `1.0.95` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.21` -> `4.5.23` |
|
[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.13` -> `0.5.14` |
| [env_logger](https://redirect.github.com/rust-cli/env_logger) |
dependencies | patch | `0.11.5` -> `0.11.6` |
| [predicates](https://redirect.github.com/assert-rs/predicates-rs) |
dev-dependencies | patch | `3.1.2` -> `3.1.3` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.215` -> `1.0.217` |
| [serde_derive](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.215` -> `1.0.217` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.133` -> `1.0.134` |

---

### Release Notes

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

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

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

- Add
[`Error::from_boxed`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed)
([#&#8203;401](https://redirect.github.com/dtolnay/anyhow/issues/401),
[#&#8203;402](https://redirect.github.com/dtolnay/anyhow/issues/402))

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

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

-   Documentation improvements

</details>

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

###
[`v4.5.23`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05)

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

##### Fixes

-   *(parser)* When check `allow_negative_numbers`, allow `E` again

###
[`v4.5.22`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03)

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

##### Fixes

-   *(assert)* Catch bugs with arguments requiring themself

</details>

<details>
<summary>crossbeam-rs/crossbeam (crossbeam-channel)</summary>

###
[`v0.5.14`](https://redirect.github.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.14):
crossbeam-channel 0.5.14

[Compare
Source](https://redirect.github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.14)

- Fix stack overflow when sending large value to unbounded channel.
([#&#8203;1146](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146),
[#&#8203;1147](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147))
- Add `Select::new_biased` function.
([#&#8203;1150](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150))
- Remove inefficient spinning.
([#&#8203;1154](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1154))
- Suppress buggy `clippy::zero_repeat_side_effects` lint in macro
generated code.
([#&#8203;1123](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1123))

</details>

<details>
<summary>rust-cli/env_logger (env_logger)</summary>

###
[`v0.11.6`](https://redirect.github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0116---2024-12-20)

[Compare
Source](https://redirect.github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6)

##### Features

-   Opt-in file and line rendering

</details>

<details>
<summary>assert-rs/predicates-rs (predicates)</summary>

###
[`v3.1.3`](https://redirect.github.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#313---2024-12-19)

[Compare
Source](https://redirect.github.com/assert-rs/predicates-rs/compare/v3.1.2...v3.1.3)

##### Features

- The `boxed` function is now available for predicates with an `Item`
type that
    is not `Sized`.

</details>

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

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

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

- Support serializing externally tagged unit variant inside flattened
field
([#&#8203;2786](https://redirect.github.com/serde-rs/serde/issues/2786),
thanks [@&#8203;Mingun](https://redirect.github.com/Mingun))

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

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

- Mark all generated impls with #\[automatically_derived] to exclude
from code coverage
([#&#8203;2866](https://redirect.github.com/serde-rs/serde/issues/2866),
[#&#8203;2868](https://redirect.github.com/serde-rs/serde/issues/2868),
thanks [@&#8203;tdittr](https://redirect.github.com/tdittr))

</details>

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

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

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

- Add `RawValue` associated constants for literal `null`, `true`,
`false`
([#&#8203;1221](https://redirect.github.com/serde-rs/json/issues/1221),
thanks [@&#8203;bheylin](https://redirect.github.com/bheylin))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent b6a526d commit aa28149
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

0 comments on commit aa28149

Please sign in to comment.