Update all dependencies #11

Merged
kjuulh merged 1 commits from renovate/all into main 2023-03-16 22:52:05 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.1.4 -> 4.1.9
serde (source) workspace.dependencies patch 1.0.152 -> 1.0.156
serde_json workspace.dependencies patch 1.0.93 -> 1.0.94

Release Notes

clap-rs/clap

v4.1.9

Compare Source

Fixes
  • (assert) Improve the assert when using the wrong action with get_count / get_flag

v4.1.8

Compare Source

Fixes
  • (derive) Don't deny lints on the users behalf

v4.1.7

Compare Source

Fixes
  • (derive) Hide some nightly clippy warnings

v4.1.6

Compare Source

Fixes
  • (help) Don't show long help for --help just because hidden possible values include a description

v4.1.5

Compare Source

Fixes
  • (help) Don't show long help for --help just because a hidden arg has a possible value with a description
serde-rs/serde

v1.0.156

Compare Source

  • Documentation improvements

v1.0.155

Compare Source

  • Support Serialize and Deserialize impls for core::ffi::CStr and alloc::ffi::CString without "std" feature (#​2374, thanks @​safarir)

v1.0.154

Compare Source

  • Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both flatten and 'static fields (#​2383, thanks @​Mingun)

v1.0.153

Compare Source

  • Support serde(alias = "…") attribute used inside of flattened struct (#​2387, thanks @​bebecue)
serde-rs/json

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.1.4` -> `4.1.9` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.152` -> `1.0.156` | | [serde_json](https://github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.93` -> `1.0.94` | --- ### Release Notes <details> <summary>clap-rs/clap</summary> ### [`v4.1.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;419---2023-03-16) [Compare Source](https://github.com/clap-rs/clap/compare/v4.1.8...v4.1.9) ##### Fixes - *(assert)* Improve the assert when using the wrong action with `get_count` / `get_flag` ### [`v4.1.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;418---2023-02-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.8) ##### Fixes - *(derive)* Don't `deny` lints on the users behalf ### [`v4.1.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;417---2023-02-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7) ##### Fixes - *(derive)* Hide some nightly clippy warnings ### [`v4.1.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;416---2023-02-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.1.5...v4.1.6) ##### Fixes - *(help)* Don't show long help for `--help` just because hidden possible values include a description ### [`v4.1.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;415---2023-02-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.5) ##### Fixes - *(help)* Don't show long help for `--help` just because a hidden arg has a possible value with a description </details> <details> <summary>serde-rs/serde</summary> ### [`v1.0.156`](https://github.com/serde-rs/serde/releases/tag/v1.0.156) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156) - Documentation improvements ### [`v1.0.155`](https://github.com/serde-rs/serde/releases/tag/v1.0.155) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.155) - Support `Serialize` and `Deserialize` impls for `core::ffi::CStr` and `alloc::ffi::CString` without "std" feature ([#&#8203;2374](https://github.com/serde-rs/serde/issues/2374), thanks [@&#8203;safarir](https://github.com/safarir)) ### [`v1.0.154`](https://github.com/serde-rs/serde/releases/tag/v1.0.154) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.153...v1.0.154) - Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both `flatten` and `'static` fields ([#&#8203;2383](https://github.com/serde-rs/serde/issues/2383), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.153`](https://github.com/serde-rs/serde/releases/tag/v1.0.153) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.153) - Support `serde(alias = "…")` attribute used inside of flattened struct ([#&#8203;2387](https://github.com/serde-rs/serde/issues/2387), thanks [@&#8203;bebecue](https://github.com/bebecue)) </details> <details> <summary>serde-rs/json</summary> ### [`v1.0.94`](https://github.com/serde-rs/json/releases/tag/v1.0.94) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94) - Fix message duplication between serde_json::Error's `Display` and `source()` ([#&#8203;991](https://github.com/serde-rs/json/issues/991), [#&#8203;992](https://github.com/serde-rs/json/issues/992)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh changed title from Update Rust crate clap to 4.1.5 to Update Rust crate clap to 4.1.6 2023-02-15 19:03:37 +01:00
kjuulh force-pushed renovate/all from 8edc7f6e5d to aba6d8b5ff 2023-02-15 19:03:38 +01:00 Compare
kjuulh changed title from Update Rust crate clap to 4.1.6 to Update Rust crate clap to 4.1.7 2023-02-27 21:33:13 +01:00
kjuulh force-pushed renovate/all from aba6d8b5ff to 6051de16ae 2023-02-27 21:33:14 +01:00 Compare
kjuulh changed title from Update Rust crate clap to 4.1.7 to Update Rust crate clap to 4.1.8 2023-02-28 15:27:47 +01:00
kjuulh force-pushed renovate/all from 6051de16ae to 984c593064 2023-02-28 15:27:48 +01:00 Compare
kjuulh changed title from Update Rust crate clap to 4.1.8 to Update all dependencies 2023-03-05 19:49:07 +01:00
kjuulh force-pushed renovate/all from 984c593064 to 9332f6eede 2023-03-05 19:49:07 +01:00 Compare
kjuulh force-pushed renovate/all from 9332f6eede to 546820f030 2023-03-07 20:17:23 +01:00 Compare
kjuulh force-pushed renovate/all from 546820f030 to d54cb81c5c 2023-03-08 21:52:25 +01:00 Compare
kjuulh force-pushed renovate/all from d54cb81c5c to ccf6794c13 2023-03-11 22:23:20 +01:00 Compare
kjuulh force-pushed renovate/all from ccf6794c13 to 13a7762d4e 2023-03-14 18:23:27 +01:00 Compare
kjuulh force-pushed renovate/all from 13a7762d4e to f31de0a15f 2023-03-16 22:23:38 +01:00 Compare
kjuulh merged commit f31de0a15f into main 2023-03-16 22:52:05 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/git-log#11
No description provided.