fix(deps): update all dependencies #19

Merged
kjuulh merged 1 commits from renovate/all into main 2025-11-14 03:00:44 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.98 -> 1.0.100
async-trait dependencies patch 0.1.88 -> 0.1.89
clap workspace.dependencies patch 4.5.42 -> 4.5.51
tokio (source) workspace.dependencies minor 1.47.1 -> 1.48.0
uuid dependencies minor 1.17.0 -> 1.18.1

⚠️ Warning

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


Release Notes

dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)
dtolnay/async-trait (async-trait)

v0.1.89

Compare Source

clap-rs/clap (clap)

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
tokio-rs/tokio (tokio)

v1.48.0: Tokio v1.48.0

Compare Source

1.48.0 (October 14th, 2025)

The MSRV is increased to 1.71.

Added
  • fs: add File::max_buf_size (#​7594)
  • io: export Chain of AsyncReadExt::chain (#​7599)
  • net: add SocketAddr::as_abstract_name (#​7491)
  • net: add TcpStream::quickack and TcpStream::set_quickack (#​7490)
  • net: implement AsRef<Self> for TcpStream and UnixStream (#​7573)
  • task: add LocalKey::try_get (#​7666)
  • task: implement Ord for task::Id (#​7530)
Changed
  • deps: bump windows-sys to version 0.61 (#​7645)
  • fs: preserve max_buf_size when cloning a File (#​7593)
  • macros: suppress clippy::unwrap_in_result in #[tokio::main] (#​7651)
  • net: remove PollEvented noise from Debug formats (#​7675)
  • process: upgrade Command::spawn_with to use FnOnce (#​7511)
  • sync: remove inner mutex in SetOnce (#​7554)
  • sync: use UnsafeCell::get_mut in Mutex::get_mut and RwLock::get_mut (#​7569)
  • time: reduce the generated code size of Timeout<T>::poll (#​7535)
Fixed
  • macros: fix hygiene issue in join! and try_join! (#​7638)
  • net: fix copy/paste errors in udp peek methods (#​7604)
  • process: fix error when runtime is shut down on nightly-2025-10-12 (#​7672)
  • runtime: use release ordering in wake_by_ref() even if already woken (#​7622)
  • sync: close the broadcast::Sender in broadcast::Sender::new() (#​7629)
  • sync: fix implementation of unused RwLock::try_* methods (#​7587)
Unstable
  • tokio: use cargo features instead of --cfg flags for taskdump and io_uring (#​7655, #​7621)
  • fs: support io_uring in fs::write (#​7567)
  • fs: support io_uring with File::open() (#​7617)
  • fs: support io_uring with OpenOptions (#​7321)
  • macros: add local runtime flavor (#​7375, #​7597)
Documented
  • io: clarify the zero capacity case of AsyncRead::poll_read (#​7580)
  • io: fix typos in the docs of AsyncFd readiness guards (#​7583)
  • net: clarify socket gets closed on drop (#​7526)
  • net: clarify the behavior of UCred::pid() on Cygwin (#​7611)
  • net: clarify the supported platform of set_reuseport() and reuseport() (#​7628)
  • net: qualify that SO_REUSEADDR is only set on Unix (#​7533)
  • runtime: add guide for choosing between runtime types (#​7635)
  • runtime: clarify the behavior of Handle::block_on (#​7665)
  • runtime: clarify the edge case of Builder::global_queue_interval() (#​7605)
  • sync: clarify bounded channel panic behavior (#​7641)
  • sync: clarify the behavior of tokio::sync::watch::Receiver (#​7584)
  • sync: document cancel safety on SetOnce::wait (#​7506)
  • sync: fix the docs of parking_lot feature flag (#​7663)
  • sync: improve the docs of UnboundedSender::send (#​7661)
  • sync: improve the docs of sync::watch (#​7601)
  • sync: reword allocation failure paragraph in broadcast docs (#​7595)
  • task: clarify the behavior of several spawn_local methods (#​7669)
  • task: clarify the task ID reuse guarantees (#​7577)
  • task: improve the example of poll_proceed (#​7586)

v1.47.2

Compare Source

uuid-rs/uuid (uuid)

v1.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.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 | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.98` -> `1.0.100` | | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.88` -> `0.1.89` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.42` -> `4.5.51` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.47.1` -> `1.48.0` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.17.0` -> `1.18.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.100`](https://github.com/dtolnay/anyhow/releases/tag/1.0.100) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) - Teach clippy to lint formatting arguments in `bail!`, `ensure!`, `anyhow!` ([#&#8203;426](https://github.com/dtolnay/anyhow/issues/426)) ### [`v1.0.99`](https://github.com/dtolnay/anyhow/releases/tag/1.0.99) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) - Allow build-script cleanup failure with NFSv3 output directory to be non-fatal ([#&#8203;420](https://github.com/dtolnay/anyhow/issues/420)) </details> <details> <summary>dtolnay/async-trait (async-trait)</summary> ### [`v0.1.89`](https://github.com/dtolnay/async-trait/releases/tag/0.1.89) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89) - Improve IDE functionality ([#&#8203;293](https://github.com/dtolnay/async-trait/issues/293), thanks [@&#8203;Veykril](https://github.com/Veykril)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.51`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4551---2025-10-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.50...v4.5.51) ##### Fixes - *(help)* Correctly calculate padding for short flags that take a value - *(help)* Don't panic on short flags using `ArgAction::Count` ### [`v4.5.50`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.49...v4.5.50) ##### Features - Accept `Cow` where `String` and `&str` are accepted ### [`v4.5.49`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.48...v4.5.49) ##### Fixes - *(help)* Correctly wrap when ANSI escape codes are present ### [`v4.5.48`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4548---2025-09-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.47...v4.5.48) ##### Documentation - Add a new CLI Concepts document as another way of framing clap - Expand the `typed_derive` cookbook entry ### [`v4.5.47`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.47) ##### Features - Added `impl FromArgMatches for ()` - Added `impl Args for ()` - Added `impl Subcommand for ()` - Added `impl FromArgMatches for Infallible` - Added `impl Subcommand for Infallible` ##### Fixes - *(derive)* Update runtime error text to match `clap` ### [`v4.5.46`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.46) ##### Features - Expose `StyledStr::push_str` ### [`v4.5.45`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4545---2025-08-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.44...v4.5.45) ##### Fixes - *(unstable-v5)* `ValueEnum` variants now use the full doc comment, not summary, for `PossibleValue::help` ### [`v4.5.44`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4544---2025-08-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.43...v4.5.44) ##### Features - Add `Command::mut_subcommands` ### [`v4.5.43`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4543---2025-08-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.42...v4.5.43) ##### Fixes - *(help)* In long help, list Possible Values before defaults, rather than after, for a more consistent look </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.48.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.48.0): Tokio v1.48.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.47.2...tokio-1.48.0) ### 1.48.0 (October 14th, 2025) The MSRV is increased to 1.71. ##### Added - fs: add `File::max_buf_size` ([#&#8203;7594]) - io: export `Chain` of `AsyncReadExt::chain` ([#&#8203;7599]) - net: add `SocketAddr::as_abstract_name` ([#&#8203;7491]) - net: add `TcpStream::quickack` and `TcpStream::set_quickack` ([#&#8203;7490]) - net: implement `AsRef<Self>` for `TcpStream` and `UnixStream` ([#&#8203;7573]) - task: add `LocalKey::try_get` ([#&#8203;7666]) - task: implement `Ord` for `task::Id` ([#&#8203;7530]) ##### Changed - deps: bump windows-sys to version 0.61 ([#&#8203;7645]) - fs: preserve `max_buf_size` when cloning a `File` ([#&#8203;7593]) - macros: suppress `clippy::unwrap_in_result` in `#[tokio::main]` ([#&#8203;7651]) - net: remove `PollEvented` noise from Debug formats ([#&#8203;7675]) - process: upgrade `Command::spawn_with` to use `FnOnce` ([#&#8203;7511]) - sync: remove inner mutex in `SetOnce` ([#&#8203;7554]) - sync: use `UnsafeCell::get_mut` in `Mutex::get_mut` and `RwLock::get_mut` ([#&#8203;7569]) - time: reduce the generated code size of `Timeout<T>::poll` ([#&#8203;7535]) ##### Fixed - macros: fix hygiene issue in `join!` and `try_join!` ([#&#8203;7638]) - net: fix copy/paste errors in udp peek methods ([#&#8203;7604]) - process: fix error when runtime is shut down on nightly-2025-10-12 ([#&#8203;7672]) - runtime: use release ordering in `wake_by_ref()` even if already woken ([#&#8203;7622]) - sync: close the `broadcast::Sender` in `broadcast::Sender::new()` ([#&#8203;7629]) - sync: fix implementation of unused `RwLock::try_*` methods ([#&#8203;7587]) ##### Unstable - tokio: use cargo features instead of `--cfg` flags for `taskdump` and `io_uring` ([#&#8203;7655], [#&#8203;7621]) - fs: support `io_uring` in `fs::write` ([#&#8203;7567]) - fs: support `io_uring` with `File::open()` ([#&#8203;7617]) - fs: support `io_uring` with `OpenOptions` ([#&#8203;7321]) - macros: add `local` runtime flavor ([#&#8203;7375], [#&#8203;7597]) ##### Documented - io: clarify the zero capacity case of `AsyncRead::poll_read` ([#&#8203;7580]) - io: fix typos in the docs of `AsyncFd` readiness guards ([#&#8203;7583]) - net: clarify socket gets closed on drop ([#&#8203;7526]) - net: clarify the behavior of `UCred::pid()` on Cygwin ([#&#8203;7611]) - net: clarify the supported platform of `set_reuseport()` and `reuseport()` ([#&#8203;7628]) - net: qualify that `SO_REUSEADDR` is only set on Unix ([#&#8203;7533]) - runtime: add guide for choosing between runtime types ([#&#8203;7635]) - runtime: clarify the behavior of `Handle::block_on` ([#&#8203;7665]) - runtime: clarify the edge case of `Builder::global_queue_interval()` ([#&#8203;7605]) - sync: clarify bounded channel panic behavior ([#&#8203;7641]) - sync: clarify the behavior of `tokio::sync::watch::Receiver` ([#&#8203;7584]) - sync: document cancel safety on `SetOnce::wait` ([#&#8203;7506]) - sync: fix the docs of `parking_lot` feature flag ([#&#8203;7663]) - sync: improve the docs of `UnboundedSender::send` ([#&#8203;7661]) - sync: improve the docs of `sync::watch` ([#&#8203;7601]) - sync: reword allocation failure paragraph in broadcast docs ([#&#8203;7595]) - task: clarify the behavior of several `spawn_local` methods ([#&#8203;7669]) - task: clarify the task ID reuse guarantees ([#&#8203;7577]) - task: improve the example of `poll_proceed` ([#&#8203;7586]) [#&#8203;7321]: https://github.com/tokio-rs/tokio/pull/7321 [#&#8203;7375]: https://github.com/tokio-rs/tokio/pull/7375 [#&#8203;7490]: https://github.com/tokio-rs/tokio/pull/7490 [#&#8203;7491]: https://github.com/tokio-rs/tokio/pull/7491 [#&#8203;7494]: https://github.com/tokio-rs/tokio/pull/7494 [#&#8203;7506]: https://github.com/tokio-rs/tokio/pull/7506 [#&#8203;7511]: https://github.com/tokio-rs/tokio/pull/7511 [#&#8203;7526]: https://github.com/tokio-rs/tokio/pull/7526 [#&#8203;7530]: https://github.com/tokio-rs/tokio/pull/7530 [#&#8203;7533]: https://github.com/tokio-rs/tokio/pull/7533 [#&#8203;7535]: https://github.com/tokio-rs/tokio/pull/7535 [#&#8203;7554]: https://github.com/tokio-rs/tokio/pull/7554 [#&#8203;7567]: https://github.com/tokio-rs/tokio/pull/7567 [#&#8203;7569]: https://github.com/tokio-rs/tokio/pull/7569 [#&#8203;7573]: https://github.com/tokio-rs/tokio/pull/7573 [#&#8203;7577]: https://github.com/tokio-rs/tokio/pull/7577 [#&#8203;7580]: https://github.com/tokio-rs/tokio/pull/7580 [#&#8203;7583]: https://github.com/tokio-rs/tokio/pull/7583 [#&#8203;7584]: https://github.com/tokio-rs/tokio/pull/7584 [#&#8203;7586]: https://github.com/tokio-rs/tokio/pull/7586 [#&#8203;7587]: https://github.com/tokio-rs/tokio/pull/7587 [#&#8203;7593]: https://github.com/tokio-rs/tokio/pull/7593 [#&#8203;7594]: https://github.com/tokio-rs/tokio/pull/7594 [#&#8203;7595]: https://github.com/tokio-rs/tokio/pull/7595 [#&#8203;7597]: https://github.com/tokio-rs/tokio/pull/7597 [#&#8203;7599]: https://github.com/tokio-rs/tokio/pull/7599 [#&#8203;7601]: https://github.com/tokio-rs/tokio/pull/7601 [#&#8203;7604]: https://github.com/tokio-rs/tokio/pull/7604 [#&#8203;7605]: https://github.com/tokio-rs/tokio/pull/7605 [#&#8203;7611]: https://github.com/tokio-rs/tokio/pull/7611 [#&#8203;7617]: https://github.com/tokio-rs/tokio/pull/7617 [#&#8203;7621]: https://github.com/tokio-rs/tokio/pull/7621 [#&#8203;7622]: https://github.com/tokio-rs/tokio/pull/7622 [#&#8203;7628]: https://github.com/tokio-rs/tokio/pull/7628 [#&#8203;7629]: https://github.com/tokio-rs/tokio/pull/7629 [#&#8203;7635]: https://github.com/tokio-rs/tokio/pull/7635 [#&#8203;7638]: https://github.com/tokio-rs/tokio/pull/7638 [#&#8203;7641]: https://github.com/tokio-rs/tokio/pull/7641 [#&#8203;7645]: https://github.com/tokio-rs/tokio/pull/7645 [#&#8203;7651]: https://github.com/tokio-rs/tokio/pull/7651 [#&#8203;7655]: https://github.com/tokio-rs/tokio/pull/7655 [#&#8203;7661]: https://github.com/tokio-rs/tokio/pull/7661 [#&#8203;7663]: https://github.com/tokio-rs/tokio/pull/7663 [#&#8203;7665]: https://github.com/tokio-rs/tokio/pull/7665 [#&#8203;7666]: https://github.com/tokio-rs/tokio/pull/7666 [#&#8203;7669]: https://github.com/tokio-rs/tokio/pull/7669 [#&#8203;7672]: https://github.com/tokio-rs/tokio/pull/7672 [#&#8203;7675]: https://github.com/tokio-rs/tokio/pull/7675 ### [`v1.47.2`](https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.47.2) [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.47.2) </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.18.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.18.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1) #### What's Changed - Unsafe cleanup by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/841 - Prepare for 1.18.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/842 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1 ### [`v1.18.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.18.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0) #### What's Changed - Fix up mismatched_lifetime_syntaxes lint by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/837 - Conversions between `Timestamp` and `std::time::SystemTime` by [@&#8203;dcormier](https://github.com/dcormier) in https://github.com/uuid-rs/uuid/pull/835 - Wrap the error type used in time conversions by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/838 - Prepare for 1.18.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/839 #### New Contributors - [@&#8203;dcormier](https://github.com/dcormier) made their first contribution in https://github.com/uuid-rs/uuid/pull/835 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.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
kjuulh force-pushed renovate/all from 0a376d8023 to 40222a8a04 2025-07-02 03:13:46 +02:00 Compare
kjuulh force-pushed renovate/all from 40222a8a04 to c9e7b1be4c 2025-07-02 05:53:02 +02:00 Compare
kjuulh force-pushed renovate/all from c9e7b1be4c to 63ebbb57f2 2025-07-03 02:56:56 +02:00 Compare
kjuulh force-pushed renovate/all from 63ebbb57f2 to f46a23a549 2025-07-03 05:53:44 +02:00 Compare
kjuulh force-pushed renovate/all from f46a23a549 to d6963e06e8 2025-07-04 02:52:31 +02:00 Compare
kjuulh force-pushed renovate/all from d6963e06e8 to 0ac238bf12 2025-07-04 05:49:55 +02:00 Compare
kjuulh force-pushed renovate/all from 0ac238bf12 to 4f54c1f237 2025-07-05 03:11:42 +02:00 Compare
kjuulh force-pushed renovate/all from 4f54c1f237 to 87ce78199e 2025-07-05 05:53:26 +02:00 Compare
kjuulh force-pushed renovate/all from 87ce78199e to da9fcb9001 2025-07-06 02:52:52 +02:00 Compare
kjuulh force-pushed renovate/all from da9fcb9001 to a87598e5b4 2025-07-06 05:51:51 +02:00 Compare
kjuulh force-pushed renovate/all from a87598e5b4 to d99caca5fd 2025-07-07 02:53:51 +02:00 Compare
kjuulh force-pushed renovate/all from d99caca5fd to 015a40c481 2025-07-07 05:54:36 +02:00 Compare
kjuulh force-pushed renovate/all from 015a40c481 to b98a216b49 2025-07-08 02:53:37 +02:00 Compare
kjuulh force-pushed renovate/all from b98a216b49 to 25517e1449 2025-07-08 05:51:25 +02:00 Compare
kjuulh force-pushed renovate/all from 25517e1449 to a7d2745ba1 2025-07-09 02:57:17 +02:00 Compare
kjuulh force-pushed renovate/all from a7d2745ba1 to 8c9ac7361a 2025-07-09 05:50:48 +02:00 Compare
kjuulh force-pushed renovate/all from 8c9ac7361a to 772fc3c361 2025-07-10 02:55:23 +02:00 Compare
kjuulh force-pushed renovate/all from 772fc3c361 to 363594fc89 2025-07-10 05:53:35 +02:00 Compare
kjuulh force-pushed renovate/all from 363594fc89 to 213e685663 2025-07-11 02:59:49 +02:00 Compare
kjuulh force-pushed renovate/all from 213e685663 to fdb1535b1e 2025-07-11 05:54:09 +02:00 Compare
kjuulh force-pushed renovate/all from fdb1535b1e to fd0c0df1d6 2025-07-12 02:52:37 +02:00 Compare
kjuulh force-pushed renovate/all from fd0c0df1d6 to 562c3b5e7d 2025-07-12 05:51:10 +02:00 Compare
kjuulh force-pushed renovate/all from 562c3b5e7d to aad74b01e7 2025-07-13 02:51:58 +02:00 Compare
kjuulh force-pushed renovate/all from aad74b01e7 to 736873e78c 2025-07-13 05:50:18 +02:00 Compare
kjuulh force-pushed renovate/all from 736873e78c to 7194587b56 2025-07-14 02:52:37 +02:00 Compare
kjuulh force-pushed renovate/all from 7194587b56 to 5888a7c302 2025-07-14 05:50:55 +02:00 Compare
kjuulh force-pushed renovate/all from 5888a7c302 to 67cd5f0103 2025-07-15 02:53:02 +02:00 Compare
kjuulh force-pushed renovate/all from 67cd5f0103 to f2e3521b99 2025-07-15 05:51:04 +02:00 Compare
kjuulh force-pushed renovate/all from f2e3521b99 to fa5401bfff 2025-07-16 03:00:42 +02:00 Compare
kjuulh force-pushed renovate/all from fa5401bfff to a43168eea9 2025-07-16 05:55:45 +02:00 Compare
kjuulh force-pushed renovate/all from a43168eea9 to d42e35209b 2025-07-17 02:57:54 +02:00 Compare
kjuulh force-pushed renovate/all from d42e35209b to 136b32761f 2025-07-17 05:56:23 +02:00 Compare
kjuulh force-pushed renovate/all from 136b32761f to dd6e950b05 2025-07-18 02:57:45 +02:00 Compare
kjuulh force-pushed renovate/all from dd6e950b05 to b71a5df968 2025-07-18 05:55:55 +02:00 Compare
kjuulh force-pushed renovate/all from b71a5df968 to 72a6a4a5ba 2025-07-19 02:59:54 +02:00 Compare
kjuulh force-pushed renovate/all from 72a6a4a5ba to abcb490a3c 2025-07-19 05:57:25 +02:00 Compare
kjuulh force-pushed renovate/all from abcb490a3c to 61358d027e 2025-07-20 02:56:30 +02:00 Compare
kjuulh force-pushed renovate/all from 61358d027e to 1ba5abff0d 2025-07-20 05:55:31 +02:00 Compare
kjuulh force-pushed renovate/all from 1ba5abff0d to 98f93a2481 2025-07-21 02:57:18 +02:00 Compare
kjuulh force-pushed renovate/all from 98f93a2481 to fabf77ab10 2025-07-21 06:01:48 +02:00 Compare
kjuulh force-pushed renovate/all from fabf77ab10 to 90d83fac7c 2025-07-22 02:59:06 +02:00 Compare
kjuulh force-pushed renovate/all from 90d83fac7c to ebf5b42891 2025-07-22 05:56:16 +02:00 Compare
kjuulh force-pushed renovate/all from ebf5b42891 to bbab6d3609 2025-07-23 02:58:42 +02:00 Compare
kjuulh force-pushed renovate/all from bbab6d3609 to 3e2d1ee576 2025-07-23 05:55:54 +02:00 Compare
kjuulh force-pushed renovate/all from 3e2d1ee576 to ee0264989f 2025-07-24 02:58:08 +02:00 Compare
kjuulh force-pushed renovate/all from ee0264989f to 5a255f476b 2025-07-24 05:55:53 +02:00 Compare
kjuulh force-pushed renovate/all from 5a255f476b to d56030eb29 2025-07-25 02:58:07 +02:00 Compare
kjuulh force-pushed renovate/all from d56030eb29 to 178e4e669e 2025-07-25 05:57:18 +02:00 Compare
kjuulh force-pushed renovate/all from 178e4e669e to 830b200ce7 2025-07-26 02:57:29 +02:00 Compare
kjuulh force-pushed renovate/all from 830b200ce7 to 5fe25039dc 2025-07-26 05:58:36 +02:00 Compare
kjuulh force-pushed renovate/all from 5fe25039dc to 14a8af6168 2025-11-13 03:49:17 +01:00 Compare
kjuulh force-pushed renovate/all from 14a8af6168 to ad605fc173 2025-11-13 05:52:22 +01:00 Compare
kjuulh merged commit ad605fc173 into main 2025-11-14 03:00:44 +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/voidpin#19
No description provided.