fix(deps): update all dependencies #19

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

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.36 -> 4.5.40
tokio (source) workspace.dependencies minor 1.44.2 -> 1.45.1
uuid dependencies minor 1.16.0 -> 1.17.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

clap-rs/clap (clap)

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()
tokio-rs/tokio (tokio)

v1.45.1: Tokio v1.45.1

Compare Source

1.45.1 (May 24th, 2025)

This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.

Fixed
  • Disable time-based metrics on wasm32-unknown-unknown (#​7322)

v1.45.0: Tokio v1.45.0

Compare Source

Added
  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#​6899, #​7276)
  • process: add Command::spawn_with (#​7249)
Changed
  • io: do not require Unpin for some trait impls (#​7204)
  • rt: mark runtime::Handle as unwind safe (#​7230)
  • time: revert internal sharding implementation (#​7226)
Unstable
  • rt: remove alt multi-threaded runtime (#​7275)
uuid-rs/uuid (uuid)

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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) | workspace.dependencies | patch | `4.5.36` -> `4.5.40` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.44.2` -> `1.45.1` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.16.0` -> `1.17.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.40`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4540---2025-06-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.39...v4.5.40) ##### Features - Support quoted ids in `arg!()` macro (e.g. `arg!("check-config": ...)`) ### [`v4.5.39`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.39) ##### Fixes - *(help)* Show short flag aliases before long - *(help)* Merge the short and long flag alias lists ### [`v4.5.38`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.37...v4.5.38) ##### Fixes - *(help)* When showing aliases, include leading `--` or `-` ### [`v4.5.37`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.36...v4.5.37) ##### Features - Added `ArgMatches::try_clear_id()` </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.45.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.45.1): Tokio v1.45.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.45.0...tokio-1.45.1) ### 1.45.1 (May 24th, 2025) This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to `Instant::now()` started failing. This is due to the stabilization of the first time-based metric. ##### Fixed - Disable time-based metrics on wasm32-unknown-unknown ([#&#8203;7322]) [#&#8203;7322]: https://github.com/tokio-rs/tokio/pull/7322 ### [`v1.45.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.45.0): Tokio v1.45.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...tokio-1.45.0) ##### Added - metrics: stabilize `worker_total_busy_duration`, `worker_park_count`, and `worker_unpark_count` ([#&#8203;6899], [#&#8203;7276]) - process: add `Command::spawn_with` ([#&#8203;7249]) ##### Changed - io: do not require `Unpin` for some trait impls ([#&#8203;7204]) - rt: mark `runtime::Handle` as unwind safe ([#&#8203;7230]) - time: revert internal sharding implementation ([#&#8203;7226]) ##### Unstable - rt: remove alt multi-threaded runtime ([#&#8203;7275]) [#&#8203;6899]: https://github.com/tokio-rs/tokio/pull/6899 [#&#8203;7276]: https://github.com/tokio-rs/tokio/pull/7276 [#&#8203;7249]: https://github.com/tokio-rs/tokio/pull/7249 [#&#8203;7204]: https://github.com/tokio-rs/tokio/pull/7204 [#&#8203;7230]: https://github.com/tokio-rs/tokio/pull/7230 [#&#8203;7226]: https://github.com/tokio-rs/tokio/pull/7226 [#&#8203;7275]: https://github.com/tokio-rs/tokio/pull/7275 </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.17.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.17.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0) #### What's Changed - Added convenience implementation TryFrom<String> for std by [@&#8203;Nahuel-M](https://github.com/Nahuel-M) in https://github.com/uuid-rs/uuid/pull/819 - Update OSX builds to arm by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/825 - Replace derive(Hash) with manual impl in Uuid by [@&#8203;diopoex](https://github.com/diopoex) in https://github.com/uuid-rs/uuid/pull/824 - Add `wasm32v1-none` Support by [@&#8203;bushrat011899](https://github.com/bushrat011899) in https://github.com/uuid-rs/uuid/pull/828 - Prepare for 1.17.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/829 #### New Contributors - [@&#8203;Nahuel-M](https://github.com/Nahuel-M) made their first contribution in https://github.com/uuid-rs/uuid/pull/819 - [@&#8203;diopoex](https://github.com/diopoex) made their first contribution in https://github.com/uuid-rs/uuid/pull/824 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-04-19 02:51:37 +02:00
kjuulh changed title from chore(deps): update rust crate clap to v4.5.37 to chore(deps): update all dependencies 2025-05-07 02:53:16 +02:00
kjuulh force-pushed renovate/all from df64637b53 to bfd6196359 2025-05-07 02:53:16 +02:00 Compare
kjuulh force-pushed renovate/all from bfd6196359 to 64cc6bae8f 2025-05-11 05:50:31 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-05-23 05:49:22 +02:00
kjuulh force-pushed renovate/all from 64cc6bae8f to 4a2becefa8 2025-05-23 05:49:24 +02:00 Compare
kjuulh force-pushed renovate/all from 4a2becefa8 to 3317d01557 2025-05-24 02:52:01 +02:00 Compare
kjuulh force-pushed renovate/all from 3317d01557 to e9af2d2289 2025-05-24 05:48:30 +02:00 Compare
kjuulh force-pushed renovate/all from e9af2d2289 to 6cbe36e836 2025-05-25 02:51:40 +02:00 Compare
kjuulh force-pushed renovate/all from 6cbe36e836 to e7163b62ff 2025-05-25 05:50:32 +02:00 Compare
kjuulh force-pushed renovate/all from e7163b62ff to 687969719b 2025-05-26 02:50:24 +02:00 Compare
kjuulh force-pushed renovate/all from 687969719b to 28bc26830b 2025-05-26 05:47:30 +02:00 Compare
kjuulh force-pushed renovate/all from 28bc26830b to 55c814f1f1 2025-05-27 02:48:15 +02:00 Compare
kjuulh force-pushed renovate/all from 55c814f1f1 to 49a5d03307 2025-05-27 05:47:45 +02:00 Compare
kjuulh force-pushed renovate/all from 49a5d03307 to 5d163aab02 2025-05-28 02:55:29 +02:00 Compare
kjuulh force-pushed renovate/all from 5d163aab02 to 0ae84dc873 2025-05-28 05:49:21 +02:00 Compare
kjuulh force-pushed renovate/all from 0ae84dc873 to b38484cdab 2025-05-29 02:51:46 +02:00 Compare
kjuulh force-pushed renovate/all from b38484cdab to 9e99b664b5 2025-05-29 05:46:49 +02:00 Compare
kjuulh force-pushed renovate/all from 9e99b664b5 to ed7744fce3 2025-05-30 02:52:54 +02:00 Compare
kjuulh force-pushed renovate/all from ed7744fce3 to 342f5e4c22 2025-05-30 05:47:07 +02:00 Compare
kjuulh force-pushed renovate/all from 342f5e4c22 to 196245a2bc 2025-05-31 02:52:09 +02:00 Compare
kjuulh force-pushed renovate/all from 196245a2bc to 20d03a6f7b 2025-05-31 05:46:58 +02:00 Compare
kjuulh force-pushed renovate/all from 20d03a6f7b to 16592390ce 2025-06-01 02:48:42 +02:00 Compare
kjuulh force-pushed renovate/all from 16592390ce to 40853e13cf 2025-06-01 05:47:10 +02:00 Compare
kjuulh force-pushed renovate/all from 40853e13cf to de0e466c62 2025-06-02 02:48:59 +02:00 Compare
kjuulh force-pushed renovate/all from de0e466c62 to 91c2ba7653 2025-06-02 05:48:10 +02:00 Compare
kjuulh force-pushed renovate/all from 91c2ba7653 to 651f8facc0 2025-06-03 02:50:51 +02:00 Compare
kjuulh force-pushed renovate/all from 651f8facc0 to 118334c445 2025-06-03 05:49:03 +02:00 Compare
kjuulh force-pushed renovate/all from 118334c445 to 38a098eea7 2025-06-04 02:52:23 +02:00 Compare
kjuulh force-pushed renovate/all from 38a098eea7 to 9940aa2187 2025-06-04 05:47:06 +02:00 Compare
kjuulh force-pushed renovate/all from 9940aa2187 to 049ec19cf7 2025-06-05 02:55:49 +02:00 Compare
kjuulh force-pushed renovate/all from 049ec19cf7 to f10ab00ef9 2025-06-05 05:52:05 +02:00 Compare
kjuulh force-pushed renovate/all from f10ab00ef9 to bf6cf7fbf1 2025-06-06 02:54:59 +02:00 Compare
kjuulh force-pushed renovate/all from bf6cf7fbf1 to eb8a8ba713 2025-06-06 05:52:37 +02:00 Compare
kjuulh force-pushed renovate/all from eb8a8ba713 to 88ca9f495d 2025-06-07 02:53:19 +02:00 Compare
kjuulh force-pushed renovate/all from 88ca9f495d to 2719b2e0c2 2025-06-07 05:51:43 +02:00 Compare
kjuulh force-pushed renovate/all from 2719b2e0c2 to 8b52296e94 2025-06-08 02:53:47 +02:00 Compare
kjuulh force-pushed renovate/all from 8b52296e94 to d88e7e29bc 2025-06-08 05:51:59 +02:00 Compare
kjuulh force-pushed renovate/all from d88e7e29bc to 475bc91ef1 2025-06-09 02:55:45 +02:00 Compare
kjuulh force-pushed renovate/all from 475bc91ef1 to c6288e99cc 2025-06-09 05:52:18 +02:00 Compare
kjuulh force-pushed renovate/all from c6288e99cc to 193c337ff0 2025-06-10 03:00:08 +02:00 Compare
kjuulh force-pushed renovate/all from 193c337ff0 to b1cd490fea 2025-06-10 05:56:32 +02:00 Compare
kjuulh force-pushed renovate/all from b1cd490fea to be3a2c766d 2025-06-11 02:57:31 +02:00 Compare
kjuulh force-pushed renovate/all from be3a2c766d to 8b10ff8ecc 2025-06-11 05:53:32 +02:00 Compare
kjuulh force-pushed renovate/all from 8b10ff8ecc to d4f502066d 2025-06-12 02:59:59 +02:00 Compare
kjuulh force-pushed renovate/all from d4f502066d to 189ef02394 2025-06-12 05:52:28 +02:00 Compare
kjuulh force-pushed renovate/all from 189ef02394 to 9538c39510 2025-06-13 02:56:36 +02:00 Compare
kjuulh force-pushed renovate/all from 9538c39510 to bec4b22a47 2025-06-13 05:52:28 +02:00 Compare
kjuulh force-pushed renovate/all from bec4b22a47 to ed8e6403d4 2025-06-18 02:53:03 +02:00 Compare
kjuulh force-pushed renovate/all from ed8e6403d4 to d82f05154a 2025-06-18 05:48:04 +02:00 Compare
kjuulh force-pushed renovate/all from d82f05154a to 65dde486d5 2025-06-19 02:51:26 +02:00 Compare
kjuulh force-pushed renovate/all from 65dde486d5 to 510f46021b 2025-06-19 05:48:13 +02:00 Compare
kjuulh force-pushed renovate/all from 510f46021b to ccb9c4b371 2025-06-20 02:49:40 +02:00 Compare
kjuulh force-pushed renovate/all from ccb9c4b371 to d54e5fa414 2025-06-20 05:47:42 +02:00 Compare
kjuulh force-pushed renovate/all from d54e5fa414 to 6653421136 2025-06-21 02:49:48 +02:00 Compare
kjuulh force-pushed renovate/all from 6653421136 to 819b01ad8a 2025-06-21 05:47:11 +02:00 Compare
kjuulh force-pushed renovate/all from 819b01ad8a to 35d6aaf5ac 2025-06-22 02:48:42 +02:00 Compare
kjuulh force-pushed renovate/all from 35d6aaf5ac to d8aebad2fb 2025-06-22 05:47:28 +02:00 Compare
kjuulh force-pushed renovate/all from d8aebad2fb to a6ae0abb8b 2025-06-23 02:49:26 +02:00 Compare
kjuulh force-pushed renovate/all from a6ae0abb8b to 05e3c116bf 2025-06-23 05:49:08 +02:00 Compare
kjuulh force-pushed renovate/all from 05e3c116bf to 8c5dbe9730 2025-06-24 02:50:00 +02:00 Compare
kjuulh force-pushed renovate/all from 8c5dbe9730 to 7217327461 2025-06-24 05:48:20 +02:00 Compare
kjuulh force-pushed renovate/all from 7217327461 to 830a10b3c3 2025-06-25 02:51:32 +02:00 Compare
kjuulh force-pushed renovate/all from 830a10b3c3 to 2fb3c9f368 2025-06-25 05:48:47 +02:00 Compare
kjuulh force-pushed renovate/all from 2fb3c9f368 to 27b4c8f8f5 2025-06-26 02:52:40 +02:00 Compare
kjuulh force-pushed renovate/all from 27b4c8f8f5 to 329095636a 2025-06-26 05:47:58 +02:00 Compare
kjuulh force-pushed renovate/all from 329095636a to 57570e4574 2025-06-27 02:50:59 +02:00 Compare
kjuulh force-pushed renovate/all from 57570e4574 to 947f60fff7 2025-06-27 05:50:57 +02:00 Compare
kjuulh force-pushed renovate/all from 947f60fff7 to 3ff8df067a 2025-06-28 02:52:53 +02:00 Compare
kjuulh force-pushed renovate/all from 3ff8df067a to c9fd97d8ad 2025-06-28 05:49:29 +02:00 Compare
kjuulh force-pushed renovate/all from c9fd97d8ad to d63e5007b1 2025-06-29 02:51:59 +02:00 Compare
kjuulh force-pushed renovate/all from d63e5007b1 to 9d5146247a 2025-06-29 05:49:36 +02:00 Compare
kjuulh force-pushed renovate/all from 9d5146247a to c8fc771d54 2025-06-30 02:50:56 +02:00 Compare
kjuulh force-pushed renovate/all from c8fc771d54 to 2ed47e4623 2025-06-30 05:49:35 +02:00 Compare
kjuulh force-pushed renovate/all from 2ed47e4623 to c5b078b530 2025-07-01 02:59:54 +02:00 Compare
kjuulh force-pushed renovate/all from c5b078b530 to 0a376d8023 2025-07-01 05:55:10 +02:00 Compare
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/voidpin#19
No description provided.