chore(deps): update all dependencies #45

Merged
kjuulh merged 1 commits from renovate/all into main 2024-11-13 02:49:56 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.91 -> 1.0.93
tar dependencies patch 0.4.42 -> 0.4.43
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)
alexcrichton/tar-rs (tar)

v0.4.43

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` | | [tar](https://github.com/alexcrichton/tar-rs) | dependencies | patch | `0.4.42` -> `0.4.43` | | [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>alexcrichton/tar-rs (tar)</summary> ### [`v0.4.43`](https://github.com/alexcrichton/tar-rs/compare/0.4.42...0.4.43) [Compare Source](https://github.com/alexcrichton/tar-rs/compare/0.4.42...0.4.43) </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:34:10 +01:00
chore(deps): update rust crate anyhow to v1.0.92
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
238086fd34
kjuulh force-pushed renovate/all from 238086fd34 to 5690431cf5 2024-11-02 06:31:27 +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-02 06:31:28 +01:00
kjuulh force-pushed renovate/all from 5690431cf5 to 23756ea337 2024-11-04 02:27:07 +01:00 Compare
kjuulh force-pushed renovate/all from 23756ea337 to 61622bea65 2024-11-04 06:26:01 +01:00 Compare
kjuulh force-pushed renovate/all from 61622bea65 to 0901f7d868 2024-11-05 02:27:54 +01:00 Compare
kjuulh force-pushed renovate/all from 0901f7d868 to 7b6b490e0a 2024-11-05 06:27:53 +01:00 Compare
kjuulh force-pushed renovate/all from 7b6b490e0a to 7b7b1df746 2024-11-06 02:25:46 +01:00 Compare
kjuulh force-pushed renovate/all from 7b7b1df746 to fb3371bd15 2024-11-06 06:26:29 +01:00 Compare
kjuulh force-pushed renovate/all from fb3371bd15 to 10551f1798 2024-11-07 02:29:40 +01:00 Compare
kjuulh force-pushed renovate/all from 10551f1798 to 7d9c130f48 2024-11-07 06:27:30 +01:00 Compare
kjuulh force-pushed renovate/all from 7d9c130f48 to a6d30966f4 2024-11-08 02:30:18 +01:00 Compare
kjuulh force-pushed renovate/all from a6d30966f4 to 06659c74c9 2024-11-08 06:28:44 +01:00 Compare
kjuulh force-pushed renovate/all from 06659c74c9 to 322a5dcdd2 2024-11-09 02:30:34 +01:00 Compare
kjuulh force-pushed renovate/all from 322a5dcdd2 to 7ad094e15f 2024-11-09 06:26:46 +01:00 Compare
kjuulh force-pushed renovate/all from 7ad094e15f to 5eff12d8d7 2024-11-10 02:26:59 +01:00 Compare
kjuulh force-pushed renovate/all from 5eff12d8d7 to c7eb30be2b 2024-11-10 06:32:49 +01:00 Compare
kjuulh force-pushed renovate/all from c7eb30be2b to 71e096e444 2024-11-11 02:27:53 +01:00 Compare
kjuulh force-pushed renovate/all from 71e096e444 to dd0cccad0d 2024-11-11 06:25:59 +01:00 Compare
kjuulh force-pushed renovate/all from dd0cccad0d to 01c7216060 2024-11-12 02:28:13 +01:00 Compare
kjuulh force-pushed renovate/all from 01c7216060 to 01d8f8bcd9 2024-11-12 06:27:59 +01:00 Compare
kjuulh force-pushed renovate/all from 01d8f8bcd9 to c503492642 2024-11-12 06:28:17 +01:00 Compare
kjuulh merged commit c503492642 into main 2024-11-13 02:49:56 +01:00
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/flux-releaser#45
No description provided.