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.94
blake3 workspace.dependencies patch 1.5.4 -> 1.5.5
clap workspace.dependencies patch 4.5.20 -> 4.5.23
proc-macro2 dependencies patch 1.0.89 -> 1.0.92
serde_json workspace.dependencies patch 1.0.132 -> 1.0.134
syn dependencies patch 2.0.86 -> 2.0.91
tokio (source) workspace.dependencies minor 1.41.0 -> 1.42.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.94

Compare Source

  • Documentation improvements

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)
BLAKE3-team/BLAKE3 (blake3)

v1.5.5

Compare Source

version 1.5.5

Changes since 1.5.4:

  • b3sum --check now supports checkfiles with Windows-style newlines.
    b3sum still emits Unix-style newlines, even on Windows, but
    sometimes text editors or version control tools will swap them.
  • The "digest" feature (deleted in v1.5.2) has been added back to the
    blake3 crate. This is for backwards compatibility only, and it's
    insta-deprecated. All callers should prefer the "traits-preview"
    feature.
clap-rs/clap (clap)

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

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.92

Compare Source

  • Improve compiler/fallback mismatch panic message (#​487)

v1.0.91

Compare Source

  • Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#​484)

v1.0.90

Compare Source

serde-rs/json (serde_json)

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

v1.0.133

Compare Source

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

v2.0.91

Compare Source

v2.0.90

Compare Source

  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#​1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#​1786)

v2.0.89

Compare Source

v2.0.88

Compare Source

  • Improve error recovery in parse_str (#​1783)

v2.0.87

Compare Source

tokio-rs/tokio (tokio)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)

Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)

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.94` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | workspace.dependencies | patch | `1.5.4` -> `1.5.5` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.20` -> `4.5.23` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.89` -> `1.0.92` | | [serde_json](https://github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.132` -> `1.0.134` | | [syn](https://github.com/dtolnay/syn) | dependencies | patch | `2.0.86` -> `2.0.91` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.41.0` -> `1.42.0` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.94`](https://github.com/dtolnay/anyhow/releases/tag/1.0.94) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94) - Documentation improvements ### [`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>BLAKE3-team/BLAKE3 (blake3)</summary> ### [`v1.5.5`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.5) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.4...1.5.5) version 1.5.5 Changes since 1.5.4: - `b3sum --check` now supports checkfiles with Windows-style newlines. `b3sum` still emits Unix-style newlines, even on Windows, but sometimes text editors or version control tools will swap them. - The "digest" feature (deleted in v1.5.2) has been added back to the `blake3` crate. This is for backwards compatibility only, and it's insta-deprecated. All callers should prefer the "traits-preview" feature. </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23) ##### Fixes - *(parser)* When check `allow_negative_numbers`, allow `E` again ### [`v4.5.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22) ##### Fixes - *(assert)* Catch bugs with arguments requiring themself ### [`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.92`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.92) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92) - Improve compiler/fallback mismatch panic message ([#&#8203;487](https://github.com/dtolnay/proc-macro2/issues/487)) ### [`v1.0.91`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.90...1.0.91) - Fix panic *"compiler/fallback mismatch 949"* when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment ([#&#8203;484](https://github.com/dtolnay/proc-macro2/issues/484)) ### [`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.134`](https://github.com/serde-rs/json/releases/tag/v1.0.134) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) - Add `RawValue` associated constants for literal `null`, `true`, `false` ([#&#8203;1221](https://github.com/serde-rs/json/issues/1221), thanks [@&#8203;bheylin](https://github.com/bheylin)) ### [`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.91`](https://github.com/dtolnay/syn/releases/tag/2.0.91) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.90...2.0.91) - Support parsing `Vec<Arm>` using `parse_quote!` ([#&#8203;1796](https://github.com/dtolnay/syn/issues/1796), [#&#8203;1797](https://github.com/dtolnay/syn/issues/1797)) ### [`v2.0.90`](https://github.com/dtolnay/syn/releases/tag/2.0.90) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.89...2.0.90) - Fix automatic parenthesization of subexpressions containing outer attributes, such as `(#[attr] thing).field` ([#&#8203;1785](https://github.com/dtolnay/syn/issues/1785)) - Fix automatic parenthesization of function calls via a struct field, such as `(thing.field)()` and `thing.0()` ([#&#8203;1786](https://github.com/dtolnay/syn/issues/1786)) ### [`v2.0.89`](https://github.com/dtolnay/syn/releases/tag/2.0.89) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.88...2.0.89) - Fix *"compiler/fallback mismatch 949"* panic (https://github.com/dtolnay/proc-macro2/issues/483) ### [`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.42.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.42.0): Tokio v1.42.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) ### 1.42.0 (Dec 3rd, 2024) ##### Added - io: add `AsyncFd::{try_io, try_io_mut}` ([#&#8203;6967]) ##### Fixed - io: avoid `ptr->ref->ptr` roundtrip in RegistrationSet ([#&#8203;6929]) - runtime: do not defer `yield_now` inside `block_in_place` ([#&#8203;6999]) ##### Changes - io: simplify io readiness logic ([#&#8203;6966]) ##### Documented - net: fix docs for `tokio::net::unix::{pid_t, gid_t, uid_t}` ([#&#8203;6791]) - time: fix a typo in `Instant` docs ([#&#8203;6982]) [#&#8203;6791]: https://github.com/tokio-rs/tokio/pull/6791 [#&#8203;6929]: https://github.com/tokio-rs/tokio/pull/6929 [#&#8203;6966]: https://github.com/tokio-rs/tokio/pull/6966 [#&#8203;6967]: https://github.com/tokio-rs/tokio/pull/6967 [#&#8203;6982]: https://github.com/tokio-rs/tokio/pull/6982 [#&#8203;6999]: https://github.com/tokio-rs/tokio/pull/6999 ### [`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
kjuulh force-pushed renovate/all from 1f4d520fd5 to 6c2f24243c 2024-11-22 02:27:25 +01:00 Compare
kjuulh force-pushed renovate/all from 6c2f24243c to 535612c7c3 2024-11-27 06:27:15 +01:00 Compare
kjuulh force-pushed renovate/all from 535612c7c3 to 64254cd663 2024-11-28 02:30:11 +01:00 Compare
kjuulh force-pushed renovate/all from 64254cd663 to cf826d7042 2024-11-28 06:27:37 +01:00 Compare
kjuulh force-pushed renovate/all from cf826d7042 to f2b16f275c 2024-11-29 02:25:34 +01:00 Compare
kjuulh force-pushed renovate/all from f2b16f275c to 5dd908cd36 2024-11-29 06:25:09 +01:00 Compare
kjuulh force-pushed renovate/all from 5dd908cd36 to 007369620b 2024-11-30 02:50:35 +01:00 Compare
kjuulh force-pushed renovate/all from 007369620b to 43e61de579 2024-11-30 06:47:48 +01:00 Compare
kjuulh force-pushed renovate/all from 43e61de579 to c0a84cc7a6 2024-12-01 02:26:51 +01:00 Compare
kjuulh force-pushed renovate/all from c0a84cc7a6 to 5be100929b 2024-12-01 06:26:07 +01:00 Compare
kjuulh force-pushed renovate/all from 5be100929b to c1bf693866 2024-12-02 02:54:26 +01:00 Compare
kjuulh force-pushed renovate/all from c1bf693866 to 786d19c960 2024-12-02 06:37:22 +01:00 Compare
kjuulh force-pushed renovate/all from 786d19c960 to 2643ea2960 2024-12-03 02:24:59 +01:00 Compare
kjuulh force-pushed renovate/all from 2643ea2960 to 95a02c5f62 2024-12-03 06:25:16 +01:00 Compare
kjuulh force-pushed renovate/all from 95a02c5f62 to b00eba2735 2024-12-04 02:34:30 +01:00 Compare
kjuulh force-pushed renovate/all from b00eba2735 to 457e3a9092 2024-12-06 02:35:04 +01:00 Compare
kjuulh force-pushed renovate/all from 457e3a9092 to 23d7e2f964 2024-12-06 06:27:57 +01:00 Compare
kjuulh force-pushed renovate/all from 23d7e2f964 to e620aecbc8 2024-12-07 02:32:06 +01:00 Compare
kjuulh force-pushed renovate/all from e620aecbc8 to c33c75fda9 2024-12-07 06:27:04 +01:00 Compare
kjuulh force-pushed renovate/all from c33c75fda9 to 0a66e3df75 2024-12-08 02:26:04 +01:00 Compare
kjuulh force-pushed renovate/all from 0a66e3df75 to de4cbfa789 2024-12-08 06:28:30 +01:00 Compare
kjuulh force-pushed renovate/all from de4cbfa789 to 441575a01a 2024-12-09 02:27:07 +01:00 Compare
kjuulh force-pushed renovate/all from 441575a01a to 37009a22c4 2024-12-10 02:27:54 +01:00 Compare
kjuulh force-pushed renovate/all from 37009a22c4 to a4fc12e604 2024-12-10 06:27:52 +01:00 Compare
kjuulh force-pushed renovate/all from a4fc12e604 to ebecc5bfb3 2024-12-11 02:35:24 +01:00 Compare
kjuulh force-pushed renovate/all from ebecc5bfb3 to 828d572ab1 2024-12-11 06:26:01 +01:00 Compare
kjuulh force-pushed renovate/all from 828d572ab1 to 72c8949571 2024-12-12 02:28:50 +01:00 Compare
kjuulh force-pushed renovate/all from 72c8949571 to 9fc4b96c19 2024-12-12 06:24:35 +01:00 Compare
kjuulh force-pushed renovate/all from 9fc4b96c19 to e928277ba7 2024-12-13 02:26:23 +01:00 Compare
kjuulh force-pushed renovate/all from e928277ba7 to f30cfcc186 2024-12-13 06:25:21 +01:00 Compare
kjuulh force-pushed renovate/all from f30cfcc186 to 34e32e76f1 2024-12-14 02:25:21 +01:00 Compare
kjuulh force-pushed renovate/all from 34e32e76f1 to 71791d0eed 2024-12-14 06:25:01 +01:00 Compare
kjuulh force-pushed renovate/all from 71791d0eed to abf1c3083a 2024-12-15 02:24:16 +01:00 Compare
kjuulh force-pushed renovate/all from abf1c3083a to 6cafc5e07d 2024-12-15 06:23:54 +01:00 Compare
kjuulh force-pushed renovate/all from 6cafc5e07d to c3528dd0ec 2024-12-16 02:29:33 +01:00 Compare
kjuulh force-pushed renovate/all from c3528dd0ec to c64d5e5c9f 2024-12-16 06:26:45 +01:00 Compare
kjuulh force-pushed renovate/all from c64d5e5c9f to f92315cdc4 2024-12-17 02:26:29 +01:00 Compare
kjuulh force-pushed renovate/all from f92315cdc4 to df928ab368 2024-12-17 06:28:12 +01:00 Compare
kjuulh force-pushed renovate/all from df928ab368 to 13b40f55a8 2024-12-18 02:28:06 +01:00 Compare
kjuulh force-pushed renovate/all from 13b40f55a8 to afd41a6173 2024-12-18 06:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from afd41a6173 to 7c2a063514 2024-12-19 02:28:19 +01:00 Compare
kjuulh force-pushed renovate/all from 7c2a063514 to c5dc4336c3 2024-12-19 06:24:28 +01:00 Compare
kjuulh force-pushed renovate/all from c5dc4336c3 to 5a2eb965d2 2024-12-20 02:26:02 +01:00 Compare
kjuulh force-pushed renovate/all from 5a2eb965d2 to e19a56612d 2024-12-20 06:26:24 +01:00 Compare
kjuulh force-pushed renovate/all from e19a56612d to 4f26a1ed87 2024-12-21 02:28:20 +01:00 Compare
kjuulh force-pushed renovate/all from 4f26a1ed87 to 429520bb18 2024-12-21 06:24:25 +01:00 Compare
kjuulh force-pushed renovate/all from 429520bb18 to 3f3a1343f2 2024-12-22 02:26:26 +01:00 Compare
kjuulh force-pushed renovate/all from 3f3a1343f2 to 0e0602aa53 2024-12-22 06:24:19 +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.