chore(deps): update all dependencies - autoclosed #8

Closed
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.86 -> 1.0.93
async-trait dependencies patch 0.1.81 -> 0.1.83
clap workspace.dependencies patch 4.5.16 -> 4.5.21
dagger-sdk dependencies minor 0.11.10 -> 0.13.0
tokio (source) workspace.dependencies minor 1.40.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)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
clap-rs/clap (clap)

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
dagger/dagger (dagger-sdk)

v0.13.7

Added
Changed
  • Updated default cache policies to avoid consuming too much disk by @​jedevc in https://github.com/dagger/dagger/pull/8725
    The new policies attempt to co-operate with other applications using the disk
    and will adjust its cache usage accordingly.
  • cli: limit printing objects to state by @​helderco in https://github.com/dagger/dagger/pull/8788
    Previously, when a function chain in dagger call ended in an object, we'd
    print all functions that return a simple value and don't have any arguments.
    Now, only object fields will be included, not all functions.
Fixed
What to do next?
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)

v1.41.0: Tokio v1.41.0

Compare Source

1.41.0 (Oct 22th, 2024)

Added
Added (unstable)
  • metrics: add H2 Histogram option to improve histogram granularity (#​6897)
  • metrics: rename some histogram apis (#​6924)
  • runtime: add LocalRuntime (#​6808)
Changed
  • runtime: box futures larger than 16k on release mode (#​6826)
  • sync: add #[must_use] to Notified (#​6828)
  • sync: make watch cooperative (#​6846)
  • sync: make broadcast::Receiver cooperative (#​6870)
  • task: add task size to tracing instrumentation (#​6881)
  • wasm: enable cfg_fs for wasi target (#​6822)
Fixed
  • net: fix regression of abstract socket path in unix socket (#​6838)
Documented
  • io: recommend OwnedFd with AsyncFd (#​6821)
  • io: document cancel safety of AsyncFd methods (#​6890)
  • macros: render more comprehensible documentation for join and try_join (#​6814, #​6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#​6840)
  • sync: document runtime compatibility (#​6833)

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.86` -> `1.0.93` | | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.81` -> `0.1.83` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.16` -> `4.5.21` | | [dagger-sdk](https://github.com/dagger/dagger) | dependencies | minor | `0.11.10` -> `0.13.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.40.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)) ### [`v1.0.91`](https://github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#&#8203;388](https://github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#&#8203;386](https://github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#&#8203;383](https://github.com/dtolnay/anyhow/issues/383)) </details> <details> <summary>dtolnay/async-trait (async-trait)</summary> ### [`v0.1.83`](https://github.com/dtolnay/async-trait/releases/tag/0.1.83) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) - Prevent needless_arbitrary_self_type lint being produced in generated code ([#&#8203;278](https://github.com/dtolnay/async-trait/issues/278)) ### [`v0.1.82`](https://github.com/dtolnay/async-trait/releases/tag/0.1.82) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.82) - Prevent elided_named_lifetimes lint being produced in generated code ([#&#8203;276](https://github.com/dtolnay/async-trait/issues/276)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`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)` ### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used </details> <details> <summary>dagger/dagger (dagger-sdk)</summary> ### [`v0.13.7`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0137---2024-10-31) ##### Added - New `expect` arg for `Container.withExec` by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8466 \ This enum arg allows specifying valid return statuses for which the command can return without failing immediately. - New `Container.exitCode` field to get the exit code of the last `withExec` by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8466 ##### Changed - Updated default cache policies to avoid consuming too much disk by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8725 \ The new policies attempt to co-operate with other applications using the disk and will adjust its cache usage accordingly. - cli: limit printing objects to state by [@&#8203;helderco](https://github.com/helderco) in https://github.com/dagger/dagger/pull/8788 \ Previously, when a function chain in `dagger call` ended in an object, we'd print all functions that return a simple value and don't have any arguments. Now, only object fields will be included, not all functions. ##### Fixed - Fix excessive cache invalidation of `withExec`s using the `ExperimentalPrivilegedNesting` flag by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/8776 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </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 ### [`v1.41.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.41.0): Tokio v1.41.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) ### 1.41.0 (Oct 22th, 2024) ##### Added - metrics: stabilize `global_queue_depth` ([#&#8203;6854], [#&#8203;6918]) - net: add conversions for unix `SocketAddr` ([#&#8203;6868]) - sync: add `watch::Sender::sender_count` ([#&#8203;6836]) - sync: add `mpsc::Receiver::blocking_recv_many` ([#&#8203;6867]) - task: stabilize `Id` apis ([#&#8203;6793], [#&#8203;6891]) ##### Added (unstable) - metrics: add H2 Histogram option to improve histogram granularity ([#&#8203;6897]) - metrics: rename some histogram apis ([#&#8203;6924]) - runtime: add `LocalRuntime` ([#&#8203;6808]) ##### Changed - runtime: box futures larger than 16k on release mode ([#&#8203;6826]) - sync: add `#[must_use]` to `Notified` ([#&#8203;6828]) - sync: make `watch` cooperative ([#&#8203;6846]) - sync: make `broadcast::Receiver` cooperative ([#&#8203;6870]) - task: add task size to tracing instrumentation ([#&#8203;6881]) - wasm: enable `cfg_fs` for `wasi` target ([#&#8203;6822]) ##### Fixed - net: fix regression of abstract socket path in unix socket ([#&#8203;6838]) ##### Documented - io: recommend `OwnedFd` with `AsyncFd` ([#&#8203;6821]) - io: document cancel safety of `AsyncFd` methods ([#&#8203;6890]) - macros: render more comprehensible documentation for `join` and `try_join` ([#&#8203;6814], [#&#8203;6841]) - net: fix swapped examples for `TcpSocket::set_nodelay` and `TcpSocket::nodelay` ([#&#8203;6840]) - sync: document runtime compatibility ([#&#8203;6833]) [#&#8203;6793]: https://github.com/tokio-rs/tokio/pull/6793 [#&#8203;6808]: https://github.com/tokio-rs/tokio/pull/6808 [#&#8203;6810]: https://github.com/tokio-rs/tokio/pull/6810 [#&#8203;6814]: https://github.com/tokio-rs/tokio/pull/6814 [#&#8203;6821]: https://github.com/tokio-rs/tokio/pull/6821 [#&#8203;6822]: https://github.com/tokio-rs/tokio/pull/6822 [#&#8203;6826]: https://github.com/tokio-rs/tokio/pull/6826 [#&#8203;6828]: https://github.com/tokio-rs/tokio/pull/6828 [#&#8203;6833]: https://github.com/tokio-rs/tokio/pull/6833 [#&#8203;6836]: https://github.com/tokio-rs/tokio/pull/6836 [#&#8203;6838]: https://github.com/tokio-rs/tokio/pull/6838 [#&#8203;6840]: https://github.com/tokio-rs/tokio/pull/6840 [#&#8203;6841]: https://github.com/tokio-rs/tokio/pull/6841 [#&#8203;6846]: https://github.com/tokio-rs/tokio/pull/6846 [#&#8203;6854]: https://github.com/tokio-rs/tokio/pull/6854 [#&#8203;6867]: https://github.com/tokio-rs/tokio/pull/6867 [#&#8203;6868]: https://github.com/tokio-rs/tokio/pull/6868 [#&#8203;6870]: https://github.com/tokio-rs/tokio/pull/6870 [#&#8203;6881]: https://github.com/tokio-rs/tokio/pull/6881 [#&#8203;6890]: https://github.com/tokio-rs/tokio/pull/6890 [#&#8203;6891]: https://github.com/tokio-rs/tokio/pull/6891 [#&#8203;6897]: https://github.com/tokio-rs/tokio/pull/6897 [#&#8203;6918]: https://github.com/tokio-rs/tokio/pull/6918 [#&#8203;6924]: https://github.com/tokio-rs/tokio/pull/6924 </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-09-03 02:20:32 +02:00
fix(deps): update rust crate async-trait to v0.1.82
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
866592b229
kjuulh changed title from fix(deps): update rust crate async-trait to v0.1.82 to fix(deps): update all dependencies 2024-09-05 02:22:56 +02:00
kjuulh force-pushed renovate/all from 866592b229 to 8e3fdd8473 2024-09-05 02:22:57 +02:00 Compare
kjuulh force-pushed renovate/all from 8e3fdd8473 to b55eccba47 2024-09-05 06:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from b55eccba47 to 2b5caab6c7 2024-09-06 02:22:47 +02:00 Compare
kjuulh force-pushed renovate/all from 2b5caab6c7 to edebc985c3 2024-09-06 06:20:22 +02:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2024-09-07 02:22:42 +02:00
kjuulh force-pushed renovate/all from edebc985c3 to d382794697 2024-09-07 02:22:44 +02:00 Compare
kjuulh force-pushed renovate/all from d382794697 to e5771cd7de 2024-09-07 06:21:11 +02:00 Compare
kjuulh force-pushed renovate/all from e5771cd7de to a1619f5fee 2024-09-08 02:23:26 +02:00 Compare
kjuulh force-pushed renovate/all from a1619f5fee to bc2810bda2 2024-09-08 06:22:33 +02:00 Compare
kjuulh force-pushed renovate/all from bc2810bda2 to 6beb9d861f 2024-09-08 15:01:28 +02:00 Compare
kjuulh force-pushed renovate/all from 6beb9d861f to 9511fbd060 2024-09-09 02:22:31 +02:00 Compare
kjuulh force-pushed renovate/all from 9511fbd060 to adb6e550bc 2024-09-09 06:23:19 +02:00 Compare
kjuulh force-pushed renovate/all from adb6e550bc to 983cb59425 2024-09-10 02:23:45 +02:00 Compare
kjuulh force-pushed renovate/all from 983cb59425 to 1a2147db55 2024-09-10 06:22:37 +02:00 Compare
kjuulh force-pushed renovate/all from 1a2147db55 to 33d7d00af6 2024-09-11 02:22:34 +02:00 Compare
kjuulh force-pushed renovate/all from 33d7d00af6 to 04d50b2122 2024-09-11 06:22:16 +02:00 Compare
kjuulh force-pushed renovate/all from 04d50b2122 to c5c4da408b 2024-09-12 02:24:53 +02:00 Compare
kjuulh force-pushed renovate/all from c5c4da408b to 470de12fdf 2024-09-15 06:22:53 +02:00 Compare
kjuulh force-pushed renovate/all from 470de12fdf to c0be598b12 2024-09-16 02:22:03 +02:00 Compare
kjuulh force-pushed renovate/all from c0be598b12 to 539b0b99d6 2024-09-16 06:23:28 +02:00 Compare
kjuulh force-pushed renovate/all from 539b0b99d6 to f87f46026a 2024-09-17 02:24:22 +02:00 Compare
kjuulh force-pushed renovate/all from f87f46026a to a9fa48e03b 2024-09-17 06:21:56 +02:00 Compare
kjuulh force-pushed renovate/all from a9fa48e03b to f76befffa5 2024-09-18 02:26:23 +02:00 Compare
kjuulh force-pushed renovate/all from f76befffa5 to 24743c6215 2024-09-18 06:23:13 +02:00 Compare
kjuulh force-pushed renovate/all from 24743c6215 to dfdfe34779 2024-09-19 02:25:35 +02:00 Compare
kjuulh force-pushed renovate/all from dfdfe34779 to b4f850f54e 2024-09-19 06:23:38 +02:00 Compare
kjuulh force-pushed renovate/all from b4f850f54e to bb83d11d8f 2024-09-20 02:30:53 +02:00 Compare
kjuulh force-pushed renovate/all from bb83d11d8f to 1ce8c82626 2024-09-20 06:38:36 +02:00 Compare
kjuulh force-pushed renovate/all from 1ce8c82626 to 74f0df8389 2024-09-21 02:46:37 +02:00 Compare
kjuulh force-pushed renovate/all from 74f0df8389 to 58151dec7b 2024-09-25 02:26:05 +02:00 Compare
kjuulh force-pushed renovate/all from 58151dec7b to 3c435d610f 2024-09-25 06:23:12 +02:00 Compare
kjuulh force-pushed renovate/all from 3c435d610f to 93ce09641e 2024-09-26 02:23:08 +02:00 Compare
kjuulh force-pushed renovate/all from 93ce09641e to b228998aee 2024-09-26 06:22:33 +02:00 Compare
kjuulh force-pushed renovate/all from b228998aee to 140f6046a8 2024-09-27 02:23:31 +02:00 Compare
kjuulh force-pushed renovate/all from 140f6046a8 to 9578334356 2024-09-27 06:23:11 +02:00 Compare
kjuulh force-pushed renovate/all from 9578334356 to 0c89c992a0 2024-09-28 02:28:50 +02:00 Compare
kjuulh force-pushed renovate/all from 0c89c992a0 to d7a74cd2e4 2024-09-28 06:23:14 +02:00 Compare
kjuulh force-pushed renovate/all from d7a74cd2e4 to 19201723db 2024-09-29 02:25:46 +02:00 Compare
kjuulh force-pushed renovate/all from 19201723db to acf64eea28 2024-09-29 06:22:43 +02:00 Compare
kjuulh force-pushed renovate/all from acf64eea28 to eac745e6b2 2024-09-30 02:23:27 +02:00 Compare
kjuulh force-pushed renovate/all from eac745e6b2 to dd2629c48d 2024-09-30 06:23:29 +02:00 Compare
kjuulh force-pushed renovate/all from dd2629c48d to ee3b7bb23a 2024-10-01 02:26:28 +02:00 Compare
kjuulh force-pushed renovate/all from ee3b7bb23a to f5f8c90c46 2024-10-01 06:24:20 +02:00 Compare
kjuulh force-pushed renovate/all from f5f8c90c46 to eec53eee19 2024-10-02 02:25:47 +02:00 Compare
kjuulh force-pushed renovate/all from eec53eee19 to 0567df54b6 2024-10-09 02:25:08 +02:00 Compare
kjuulh force-pushed renovate/all from 0567df54b6 to 6695e95eed 2024-10-09 06:24:07 +02:00 Compare
kjuulh force-pushed renovate/all from 6695e95eed to 4d4d7f6e4e 2024-10-10 02:26:09 +02:00 Compare
kjuulh force-pushed renovate/all from 4d4d7f6e4e to 47327df44b 2024-10-10 06:24:12 +02:00 Compare
kjuulh force-pushed renovate/all from 47327df44b to 4ed9ba6b09 2024-10-11 02:24:35 +02:00 Compare
kjuulh force-pushed renovate/all from 4ed9ba6b09 to 7e42f1d35c 2024-10-11 06:23:41 +02:00 Compare
kjuulh force-pushed renovate/all from 7e42f1d35c to 547934e4e5 2024-10-12 02:24:17 +02:00 Compare
kjuulh force-pushed renovate/all from 547934e4e5 to 50850f0650 2024-10-12 06:24:06 +02:00 Compare
kjuulh force-pushed renovate/all from 50850f0650 to 95eb4e4e9e 2024-10-13 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 95eb4e4e9e to ac2667b66b 2024-10-13 06:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from ac2667b66b to c328f821de 2024-10-14 02:23:01 +02:00 Compare
kjuulh force-pushed renovate/all from c328f821de to d98434f55a 2024-10-14 06:22:50 +02:00 Compare
kjuulh force-pushed renovate/all from d98434f55a to aeaf28e3a2 2024-10-15 02:22:27 +02:00 Compare
kjuulh force-pushed renovate/all from aeaf28e3a2 to 43fad6d5ed 2024-10-15 06:22:54 +02:00 Compare
kjuulh force-pushed renovate/all from 43fad6d5ed to fe3a6b68d8 2024-10-16 02:23:19 +02:00 Compare
kjuulh force-pushed renovate/all from fe3a6b68d8 to 6383abc644 2024-10-16 06:23:37 +02:00 Compare
kjuulh force-pushed renovate/all from 6383abc644 to de870c8c8e 2024-10-17 02:27:31 +02:00 Compare
kjuulh force-pushed renovate/all from de870c8c8e to 65ad85ac15 2024-10-17 06:24:17 +02:00 Compare
kjuulh force-pushed renovate/all from 65ad85ac15 to 4393990df3 2024-10-18 02:27:30 +02:00 Compare
kjuulh force-pushed renovate/all from 4393990df3 to 15e1c1fd5d 2024-10-18 06:23:56 +02:00 Compare
kjuulh force-pushed renovate/all from 15e1c1fd5d to 2ae6e9f818 2024-10-19 02:26:20 +02:00 Compare
kjuulh force-pushed renovate/all from 2ae6e9f818 to d397c36b02 2024-10-19 06:26:21 +02:00 Compare
kjuulh force-pushed renovate/all from d397c36b02 to 6913bf99f8 2024-10-20 02:26:58 +02:00 Compare
kjuulh force-pushed renovate/all from 6913bf99f8 to cfe6cb85c9 2024-10-20 06:25:20 +02:00 Compare
kjuulh force-pushed renovate/all from cfe6cb85c9 to 61167d50e7 2024-10-21 02:23:36 +02:00 Compare
kjuulh force-pushed renovate/all from 61167d50e7 to 1048229a5c 2024-10-21 06:23:22 +02:00 Compare
kjuulh force-pushed renovate/all from 1048229a5c to 70874ab519 2024-10-22 02:25:03 +02:00 Compare
kjuulh force-pushed renovate/all from 70874ab519 to 536c3f678d 2024-10-22 06:24:06 +02:00 Compare
kjuulh force-pushed renovate/all from 536c3f678d to a286aa666a 2024-10-23 02:29:09 +02:00 Compare
kjuulh force-pushed renovate/all from a286aa666a to 296495d762 2024-10-23 06:29:55 +02:00 Compare
kjuulh force-pushed renovate/all from 296495d762 to d271855888 2024-10-24 02:33:11 +02:00 Compare
kjuulh force-pushed renovate/all from d271855888 to 9fd59464e1 2024-10-24 06:26:39 +02:00 Compare
kjuulh force-pushed renovate/all from 9fd59464e1 to 8dede6ab11 2024-10-25 02:26:31 +02:00 Compare
kjuulh force-pushed renovate/all from 8dede6ab11 to 2702b56433 2024-10-25 06:25:32 +02:00 Compare
kjuulh force-pushed renovate/all from 2702b56433 to fd64eb242e 2024-10-26 02:25:59 +02:00 Compare
kjuulh force-pushed renovate/all from fd64eb242e to bfe8cb09d5 2024-10-26 06:24:07 +02:00 Compare
kjuulh force-pushed renovate/all from bfe8cb09d5 to 319d1cc803 2024-10-27 02:42:08 +02:00 Compare
kjuulh force-pushed renovate/all from 319d1cc803 to 138f38bbeb 2024-10-27 06:25:13 +01:00 Compare
kjuulh force-pushed renovate/all from 138f38bbeb to f623567ded 2024-10-28 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from f623567ded to f8049ba556 2024-10-28 06:25:28 +01:00 Compare
kjuulh force-pushed renovate/all from f8049ba556 to 77153b0ab0 2024-10-29 02:28:25 +01:00 Compare
kjuulh force-pushed renovate/all from 77153b0ab0 to 2fdf4c5113 2024-10-29 06:26:12 +01:00 Compare
kjuulh force-pushed renovate/all from 2fdf4c5113 to 34177464d9 2024-10-30 02:26:16 +01:00 Compare
kjuulh force-pushed renovate/all from 34177464d9 to 7ef6780eca 2024-10-30 06:24:55 +01:00 Compare
kjuulh force-pushed renovate/all from 7ef6780eca to 187c6e28f9 2024-10-31 02:26:09 +01:00 Compare
kjuulh force-pushed renovate/all from 187c6e28f9 to f75f07c372 2024-10-31 06:25:15 +01:00 Compare
kjuulh force-pushed renovate/all from f75f07c372 to 609054a357 2024-11-01 02:28:21 +01:00 Compare
kjuulh force-pushed renovate/all from 609054a357 to e071612cc7 2024-11-02 02:26:40 +01:00 Compare
kjuulh force-pushed renovate/all from e071612cc7 to 4f73190e79 2024-11-02 06:25:06 +01:00 Compare
kjuulh force-pushed renovate/all from 4f73190e79 to 05fa6a2250 2024-11-07 02:24:08 +01:00 Compare
kjuulh force-pushed renovate/all from 05fa6a2250 to 097dad47f4 2024-11-07 06:21:53 +01:00 Compare
kjuulh force-pushed renovate/all from 097dad47f4 to 091a6cad26 2024-11-08 02:24:06 +01:00 Compare
kjuulh force-pushed renovate/all from 091a6cad26 to 3f6a6cb9f6 2024-11-08 06:23:11 +01:00 Compare
kjuulh force-pushed renovate/all from 3f6a6cb9f6 to ebfe6e710e 2024-11-14 02:25:23 +01:00 Compare
kjuulh force-pushed renovate/all from ebfe6e710e to 5fac199fbc 2024-11-14 06:29:45 +01:00 Compare
Author
Owner

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/cuddle-rust-cli-plan/Cargo.toml --package dagger-sdk@0.11.10 --precise 0.13.7
    Updating crates.io index
error: failed to select a version for the requirement `dagger-sdk = "^0.11.10"`
candidate versions found which didn't match: 0.13.7
location searched: crates.io index
required by package `cuddle-ci v0.2.0 (https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#12dff478)`
    ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-cli-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-cli-plan/crates/cuddle-rust-cli-plan)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path ci/Cargo.toml --package dagger-sdk@0.11.10 --precise 0.13.7
    Updating crates.io index
error: failed to select a version for the requirement `dagger-sdk = "^0.11.10"`
candidate versions found which didn't match: 0.13.7
location searched: crates.io index
required by package `cuddle-ci v0.2.0 (https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#12dff478)`
    ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-cli-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-cli-plan/crates/cuddle-rust-cli-plan)`

### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/cuddle-rust-cli-plan/Cargo.toml --package dagger-sdk@0.11.10 --precise 0.13.7 Updating crates.io index error: failed to select a version for the requirement `dagger-sdk = "^0.11.10"` candidate versions found which didn't match: 0.13.7 location searched: crates.io index required by package `cuddle-ci v0.2.0 (https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#12dff478)` ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-cli-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-cli-plan/crates/cuddle-rust-cli-plan)` ``` ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path ci/Cargo.toml --package dagger-sdk@0.11.10 --precise 0.13.7 Updating crates.io index error: failed to select a version for the requirement `dagger-sdk = "^0.11.10"` candidate versions found which didn't match: 0.13.7 location searched: crates.io index required by package `cuddle-ci v0.2.0 (https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#12dff478)` ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-cli-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-cli-plan/crates/cuddle-rust-cli-plan)` ```
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update all dependencies - autoclosed 2024-11-17 02:23:32 +01:00
kjuulh closed this pull request 2024-11-17 02:23:32 +01:00
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

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-rust-cli-plan#8
No description provided.