chore(deps): update all dependencies #6

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.91 -> 1.0.93
clap workspace.dependencies patch 4.5.20 -> 4.5.21
proc-macro2 dependencies patch 1.0.89 -> 1.0.90
serde_json workspace.dependencies patch 1.0.132 -> 1.0.133
syn dependencies patch 2.0.86 -> 2.0.88
tokio (source) workspace.dependencies patch 1.41.0 -> 1.41.1

Release Notes

dtolnay/anyhow (anyhow)

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)
clap-rs/clap (clap)

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
dtolnay/proc-macro2 (proc-macro2)

v1.0.90

Compare Source

serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)
dtolnay/syn (syn)

v2.0.88

Compare Source

  • Improve error recovery in parse_str (#​1783)

v2.0.87

Compare Source

tokio-rs/tokio (tokio)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)

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 | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.91` -> `1.0.93` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.20` -> `4.5.21` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.89` -> `1.0.90` | | [serde_json](https://github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.132` -> `1.0.133` | | [syn](https://github.com/dtolnay/syn) | dependencies | patch | `2.0.86` -> `2.0.88` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | patch | `1.41.0` -> `1.41.1` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.93`](https://github.com/dtolnay/anyhow/releases/tag/1.0.93) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) - Update dev-dependencies to `thiserror` v2 ### [`v1.0.92`](https://github.com/dtolnay/anyhow/releases/tag/1.0.92) [Compare Source](https://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://github.com/dtolnay/anyhow/issues/390)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://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>dtolnay/proc-macro2 (proc-macro2)</summary> ### [`v1.0.90`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90) - Improve error recovery in TokenStream's and Literal's FromStr implementations to work around https://github.com/rust-lang/rust/issues/58736 such that rustc does not poison compilation on codepaths that should be recoverable errors ([#&#8203;477](https://github.com/dtolnay/proc-macro2/issues/477), [#&#8203;478](https://github.com/dtolnay/proc-macro2/issues/478), [#&#8203;479](https://github.com/dtolnay/proc-macro2/issues/479), [#&#8203;480](https://github.com/dtolnay/proc-macro2/issues/480), [#&#8203;481](https://github.com/dtolnay/proc-macro2/issues/481), [#&#8203;482](https://github.com/dtolnay/proc-macro2/issues/482)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.133`](https://github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#&#8203;1215](https://github.com/serde-rs/json/issues/1215)) </details> <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.88`](https://github.com/dtolnay/syn/releases/tag/2.0.88) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.87...2.0.88) - Improve error recovery in `parse_str` ([#&#8203;1783](https://github.com/dtolnay/syn/issues/1783)) ### [`v2.0.87`](https://github.com/dtolnay/syn/releases/tag/2.0.87) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.86...2.0.87) - Add [`Cursor::any_group`](https://docs.rs/syn/2/syn/buffer/struct.Cursor.html#method.any_group) ([#&#8203;1777](https://github.com/dtolnay/syn/issues/1777)) - Add [`Expr::peek`](https://docs.rs/syn/2/syn/enum.Expr.html#method.peek) ([#&#8203;1778](https://github.com/dtolnay/syn/issues/1778)) - Improve syntax support for enum discriminant expressions in non-"full" mode ([#&#8203;1779](https://github.com/dtolnay/syn/issues/1779)) </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.41.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.41.1): Tokio v1.41.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) ### 1.41.1 (Nov 7th, 2024) ##### Fixed - metrics: fix bug with wrong number of buckets for the histogram ([#&#8203;6957]) - net: display `net` requirement for `net::UdpSocket` in docs ([#&#8203;6938]) - net: fix typo in `TcpStream` internal comment ([#&#8203;6944]) [#&#8203;6957]: https://github.com/tokio-rs/tokio/pull/6957 [#&#8203;6938]: https://github.com/tokio-rs/tokio/pull/6938 [#&#8203;6944]: https://github.com/tokio-rs/tokio/pull/6944 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-11-02 02:28:22 +01:00
chore(deps): update rust crate anyhow to v1.0.92
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
7b826045f9
kjuulh force-pushed renovate/all from 7b826045f9 to 3596338931 2024-11-04 02:22:48 +01:00 Compare
kjuulh changed title from chore(deps): update rust crate anyhow to v1.0.92 to chore(deps): update all dependencies 2024-11-04 02:22:51 +01:00
kjuulh force-pushed renovate/all from 3596338931 to b4e8d0780a 2024-11-04 06:21:26 +01:00 Compare
kjuulh force-pushed renovate/all from b4e8d0780a to dee120652d 2024-11-05 02:23:54 +01:00 Compare
kjuulh force-pushed renovate/all from dee120652d to 6d23516800 2024-11-05 06:23:15 +01:00 Compare
kjuulh force-pushed renovate/all from 6d23516800 to 4f4b7d7206 2024-11-06 02:21:47 +01:00 Compare
kjuulh force-pushed renovate/all from 4f4b7d7206 to faa2708e50 2024-11-06 06:22:04 +01:00 Compare
kjuulh force-pushed renovate/all from faa2708e50 to fdc001eebf 2024-11-07 02:25:21 +01:00 Compare
kjuulh force-pushed renovate/all from fdc001eebf to 60753f988b 2024-11-08 02:25:27 +01:00 Compare
kjuulh force-pushed renovate/all from 60753f988b to d7ea226b2b 2024-11-08 06:24:45 +01:00 Compare
kjuulh force-pushed renovate/all from d7ea226b2b to 95054d4ee3 2024-11-09 02:24:50 +01:00 Compare
kjuulh force-pushed renovate/all from 95054d4ee3 to 38f8e37f32 2024-11-09 06:23:08 +01:00 Compare
kjuulh force-pushed renovate/all from 38f8e37f32 to 4eb63bf8f9 2024-11-10 02:23:22 +01:00 Compare
kjuulh force-pushed renovate/all from 4eb63bf8f9 to 409eee65ac 2024-11-10 06:27:23 +01:00 Compare
kjuulh force-pushed renovate/all from 409eee65ac to 4709cf44c3 2024-11-11 02:24:00 +01:00 Compare
kjuulh force-pushed renovate/all from 4709cf44c3 to 2d87e0c783 2024-11-11 06:22:19 +01:00 Compare
kjuulh force-pushed renovate/all from 2d87e0c783 to 74f0c6b777 2024-11-12 02:23:42 +01:00 Compare
kjuulh force-pushed renovate/all from 74f0c6b777 to e5fcfe97a7 2024-11-12 06:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from e5fcfe97a7 to 06cef6aa46 2024-11-13 02:36:05 +01:00 Compare
kjuulh force-pushed renovate/all from 06cef6aa46 to ed5a6661f3 2024-11-13 06:27:38 +01:00 Compare
kjuulh force-pushed renovate/all from ed5a6661f3 to d8a35ff385 2024-11-14 02:26:45 +01:00 Compare
kjuulh force-pushed renovate/all from d8a35ff385 to 1757c9dcab 2024-11-14 06:31:53 +01:00 Compare
kjuulh force-pushed renovate/all from 1757c9dcab to 8fa3b84d19 2024-11-15 02:25:01 +01:00 Compare
kjuulh force-pushed renovate/all from 8fa3b84d19 to 0942b4dab0 2024-11-15 06:25:54 +01:00 Compare
kjuulh force-pushed renovate/all from 0942b4dab0 to fd11892ae0 2024-11-16 02:28:11 +01:00 Compare
kjuulh force-pushed renovate/all from fd11892ae0 to c7f2497a5b 2024-11-16 06:26:55 +01:00 Compare
kjuulh force-pushed renovate/all from c7f2497a5b to 931ec86d88 2024-11-17 02:24:31 +01:00 Compare
kjuulh force-pushed renovate/all from 931ec86d88 to 6b328cd4f8 2024-11-17 06:24:37 +01:00 Compare
kjuulh force-pushed renovate/all from 6b328cd4f8 to 1f4d520fd5 2024-11-21 06:22:02 +01:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cuddle-v2#6
No description provided.