-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 3c898e2
authored
chore(deps): Update compatible (#116)
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` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.18` -> `4.5.20` |
| [human-panic](https://redirect.github.com/rust-cli/human-panic) |
dependencies | patch | `2.0.1` -> `2.0.2` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.210` -> `1.0.214` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.128` -> `1.0.132` |
---
### 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>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>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>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>serde-rs/json (serde_json)</summary>
###
[`v1.0.132`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.132)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/1.0.131...1.0.132)
- Improve binary size and compile time for JSON array and JSON object
deserialization by about 50%
([#​1205](https://redirect.github.com/serde-rs/json/issues/1205))
- Improve performance of JSON array and JSON object deserialization by
about 8%
([#​1206](https://redirect.github.com/serde-rs/json/issues/1206))
###
[`v1.0.131`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.131)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/1.0.130...1.0.131)
- Implement Deserializer and IntoDeserializer for `Map<String, Value>`
and `&Map<String, Value>`
([#​1135](https://redirect.github.com/serde-rs/json/issues/1135),
thanks [@​swlynch99](https://redirect.github.com/swlynch99))
###
[`v1.0.130`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.130)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/1.0.129...1.0.130)
- Support converting and deserializing `Number` from i128 and u128
([#​1141](https://redirect.github.com/serde-rs/json/issues/1141),
thanks [@​druide](https://redirect.github.com/druide))
###
[`v1.0.129`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.129)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/1.0.128...1.0.129)
- Add
[`serde_json::Map::sort_keys`](https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys)
and
[`serde_json::Value::sort_all_objects`](https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects)
([#​1199](https://redirect.github.com/serde-rs/json/issues/1199))
</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-branch-stash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c443de2 commit 3c898e2Copy full SHA for 3c898e2
File tree
Expand file treeCollapse file tree
1 file changed
+32
-23
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+32
-23
lines changed+32-23Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments