-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 7d259ed
authored
chore(deps): Update compatible (#126)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anstream](https://redirect.github.com/rust-cli/anstyle) |
dependencies | patch | `0.6.15` -> `0.6.17` |
| [anstyle](https://redirect.github.com/rust-cli/anstyle) | dependencies
| patch | `1.0.8` -> `1.0.9` |
| [anstyle-syntect](https://redirect.github.com/rust-cli/anstyle) |
dependencies | patch | `1.0.2` -> `1.0.3` |
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.89` -> `1.0.91` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.18` -> `4.5.20` |
| [colorchoice-clap](https://redirect.github.com/rust-cli/anstyle) |
dependencies | patch | `1.0.5` -> `1.0.6` |
| [encoding_rs](https://docs.rs/encoding_rs/)
([source](https://redirect.github.com/hsivonen/encoding_rs)) |
dependencies | patch | `0.8.34` -> `0.8.35` |
| [human-panic](https://redirect.github.com/rust-cli/human-panic) |
dependencies | patch | `2.0.1` -> `2.0.2` |
| [once_cell](https://redirect.github.com/matklad/once_cell) |
dependencies | patch | `1.20.1` -> `1.20.2` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.210` -> `1.0.214` |
|
[snapbox](https://redirect.github.com/assert-rs/trycmd/tree/main/crates/snapbox)
([source](https://redirect.github.com/assert-rs/snapbox)) |
dev-dependencies | patch | `0.6.17` -> `0.6.19` |
---
### Release Notes
<details>
<summary>rust-cli/anstyle (anstream)</summary>
###
[`v0.6.17`](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17)
[Compare
Source](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17)
###
[`v0.6.16`](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16)
[Compare
Source](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16)
</details>
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
###
[`v1.0.91`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.91)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.90...1.0.91)
- Ensure OUT_DIR is left with deterministic contents after build script
execution
([#​388](https://redirect.github.com/dtolnay/anyhow/issues/388))
###
[`v1.0.90`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.90)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.89...1.0.90)
- Documentation improvements
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.20`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.19...v4.5.20)
##### Features
- *(unstable)* Add `CommandExt`
###
[`v4.5.19`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.18...v4.5.19)
##### Internal
- Update dependencies
</details>
<details>
<summary>hsivonen/encoding_rs (encoding_rs)</summary>
###
[`v0.8.35`](https://redirect.github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35)
[Compare
Source](https://redirect.github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35)
</details>
<details>
<summary>rust-cli/human-panic (human-panic)</summary>
###
[`v2.0.2`](https://redirect.github.com/rust-cli/human-panic/blob/HEAD/CHANGELOG.md#202---2024-10-10)
[Compare
Source](https://redirect.github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2)
##### Fixes
- Improve detection of what can be trimmed from backtrace
</details>
<details>
<summary>matklad/once_cell (once_cell)</summary>
###
[`v1.20.2`](https://redirect.github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#1202)
[Compare
Source](https://redirect.github.com/matklad/once_cell/compare/v1.20.1...v1.20.2)
- Remove `portable_atomic` from Cargo.lock if it is not, in fact, used:
[#​267](https://redirect.github.com/matklad/once_cell/pull/267)
This is a work-around for this cargo
b[https://github.com/rust-lang/cargo/issues/10801](https://redirect.github.com/rust-lang/cargo/issues/10801)0801.
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
###
[`v1.0.214`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.214)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.213...v1.0.214)
- Implement IntoDeserializer for all Deserializers in serde::de::value
module
([#​2568](https://redirect.github.com/serde-rs/serde/issues/2568),
thanks [@​Mingun](https://redirect.github.com/Mingun))
###
[`v1.0.213`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.213)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.212...v1.0.213)
- Fix support for macro-generated `with` attributes inside a newtype
struct
([#​2847](https://redirect.github.com/serde-rs/serde/issues/2847))
###
[`v1.0.212`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.212)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.211...v1.0.212)
- Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers
([#​2845](https://redirect.github.com/serde-rs/serde/issues/2845))
###
[`v1.0.211`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.211)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.210...v1.0.211)
- Improve error reporting about mismatched signature in `with` and
`default` attributes
([#​2558](https://redirect.github.com/serde-rs/serde/issues/2558),
thanks [@​Mingun](https://redirect.github.com/Mingun))
- Show variant aliases in error message when variant deserialization
fails
([#​2566](https://redirect.github.com/serde-rs/serde/issues/2566),
thanks [@​Mingun](https://redirect.github.com/Mingun))
- Improve binary size of untagged enum and internally tagged enum
deserialization by about 12%
([#​2821](https://redirect.github.com/serde-rs/serde/issues/2821))
</details>
<details>
<summary>assert-rs/snapbox (snapbox)</summary>
###
[`v0.6.19`](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.18...snapbox-v0.6.19)
[Compare
Source](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.18...snapbox-v0.6.19)
###
[`v0.6.18`](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.17...snapbox-v0.6.18)
[Compare
Source](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.17...snapbox-v0.6.18)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, 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/gitext-rs/git-dive).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 93da560 commit 7d259edCopy full SHA for 7d259ed
File tree
Expand file treeCollapse file tree
1 file changed
+54
-87
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+54
-87
lines changedCollapse file: Cargo.lock
+54-87Lines changed: 54 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments