fix(deps): update all dependencies #9

Merged
kjuulh merged 1 commits from renovate/all into main 2025-05-07 05:14:58 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.40 -> 0.4.41
clap workspace.dependencies patch 4.5.36 -> 4.5.37
tokio (source) workspace.dependencies minor 1.44.2 -> 1.45.0

Release Notes

chronotope/chrono (chrono)

v0.4.41

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.37

Compare Source

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

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)

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 | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.40` -> `0.4.41` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.36` -> `4.5.37` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.44.2` -> `1.45.0` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.41`](https://github.com/chronotope/chrono/releases/tag/v0.4.41) [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.40...v0.4.41) #### What's Changed - Add `subsec_micros` and `subsec_millis` methods to `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in https://github.com/chronotope/chrono/pull/1668 - Deprecate `NaiveDateTime::UNIX_EPOCH` by [@&#8203;robertbastian](https://github.com/robertbastian) in https://github.com/chronotope/chrono/pull/1670 - Implement `as_seconds_f32` and `as_seconds_f64` for `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in https://github.com/chronotope/chrono/pull/1671 - chore: fix some comments by [@&#8203;jimmycathy](https://github.com/jimmycathy) in https://github.com/chronotope/chrono/pull/1677 - Add `num_days_in_month` method to `Datelike` trait by [@&#8203;aslilac](https://github.com/aslilac) in https://github.com/chronotope/chrono/pull/1673 - add `WeekdaySet`, a collection of `Weekday` that is `Copy` by [@&#8203;Kinrany](https://github.com/Kinrany) in https://github.com/chronotope/chrono/pull/1676 - WeekdaySet tweaks by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1680 - Upgrade to windows-bindgen 0.61 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1682 - Implemented a consistent Eq trait for NaiveWeek by [@&#8203;Splashling1789](https://github.com/Splashling1789) in https://github.com/chronotope/chrono/pull/1687 - TimeZone::from_posix_tz: Treat empty TZ variable as UTC by [@&#8203;drinkcat](https://github.com/drinkcat) in https://github.com/chronotope/chrono/pull/1691 - Add support for lossy format strings by [@&#8203;Qelxiros](https://github.com/Qelxiros) in https://github.com/chronotope/chrono/pull/1693 </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`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.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> --- ### 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:14:41 +02:00
chore(deps): update rust crate clap to v4.5.37
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
220d0f0aa0
kjuulh changed title from chore(deps): update rust crate clap to v4.5.37 to fix(deps): update all dependencies 2025-04-30 02:15:48 +02:00
kjuulh force-pushed renovate/all from 220d0f0aa0 to c9b5c33b58 2025-04-30 02:15:48 +02:00 Compare
kjuulh force-pushed renovate/all from c9b5c33b58 to 1577d21d63 2025-04-30 05:14:43 +02:00 Compare
kjuulh force-pushed renovate/all from 1577d21d63 to 3f04853b56 2025-05-01 02:14:23 +02:00 Compare
kjuulh force-pushed renovate/all from 3f04853b56 to a54de0d833 2025-05-01 05:14:23 +02:00 Compare
kjuulh force-pushed renovate/all from a54de0d833 to 5655d72007 2025-05-02 02:14:19 +02:00 Compare
kjuulh force-pushed renovate/all from 5655d72007 to ff42ad2eef 2025-05-02 05:14:39 +02:00 Compare
kjuulh force-pushed renovate/all from ff42ad2eef to d7b643066f 2025-05-03 02:15:55 +02:00 Compare
kjuulh force-pushed renovate/all from d7b643066f to d99dd974fe 2025-05-03 05:14:55 +02:00 Compare
kjuulh force-pushed renovate/all from d99dd974fe to 11c6d65991 2025-05-04 02:14:44 +02:00 Compare
kjuulh force-pushed renovate/all from 11c6d65991 to df733d4821 2025-05-04 05:14:06 +02:00 Compare
kjuulh force-pushed renovate/all from df733d4821 to 610907d532 2025-05-05 02:14:25 +02:00 Compare
kjuulh force-pushed renovate/all from 610907d532 to 8db2ffef48 2025-05-05 05:14:20 +02:00 Compare
kjuulh force-pushed renovate/all from 8db2ffef48 to 36375c98e5 2025-05-06 02:14:15 +02:00 Compare
kjuulh force-pushed renovate/all from 36375c98e5 to 228b9f5b02 2025-05-06 05:15:06 +02:00 Compare
kjuulh force-pushed renovate/all from 228b9f5b02 to f739ba4a36 2025-05-07 02:15:15 +02:00 Compare
kjuulh merged commit f739ba4a36 into main 2025-05-07 05:14:58 +02: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/clock#9
No description provided.