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

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.89 -> 1.0.93
async-trait dependencies patch 0.1.82 -> 0.1.83
clap workspace.dependencies patch 4.5.18 -> 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
dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)
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
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.89` -> `1.0.93` | | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.82` -> `0.1.83` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.18` -> `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 </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)) </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 </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 changed title from fix(deps): update rust crate async-trait to v0.1.83 to fix(deps): update all dependencies 2024-10-02 02:26:33 +02:00
kjuulh force-pushed renovate/all from 2df3b065a4 to b6ba75ee05 2024-10-02 02:26:34 +02:00 Compare
kjuulh force-pushed renovate/all from b6ba75ee05 to e1328e49bc 2024-10-02 06:24:01 +02:00 Compare
kjuulh force-pushed renovate/all from e1328e49bc to d21533ae6f 2024-10-03 02:26:07 +02:00 Compare
kjuulh force-pushed renovate/all from d21533ae6f to ae50053592 2024-10-03 06:23:08 +02:00 Compare
kjuulh force-pushed renovate/all from ae50053592 to 0ea17e74fd 2024-10-04 02:24:23 +02:00 Compare
kjuulh force-pushed renovate/all from 0ea17e74fd to 4373c75632 2024-10-04 06:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from 4373c75632 to 9abffbc4ce 2024-10-05 02:22:46 +02:00 Compare
kjuulh force-pushed renovate/all from 9abffbc4ce to e955550cb8 2024-10-05 06:22:06 +02:00 Compare
kjuulh force-pushed renovate/all from e955550cb8 to 6e30341790 2024-10-06 02:25:11 +02:00 Compare
kjuulh force-pushed renovate/all from 6e30341790 to 0eda5433c1 2024-10-06 06:24:00 +02:00 Compare
kjuulh force-pushed renovate/all from 0eda5433c1 to e7768092a9 2024-10-07 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from e7768092a9 to 79b5ce99c5 2024-10-07 06:22:23 +02:00 Compare
kjuulh force-pushed renovate/all from 79b5ce99c5 to b2ceab4260 2024-10-08 02:24:04 +02:00 Compare
kjuulh force-pushed renovate/all from b2ceab4260 to 6f7f2516d1 2024-10-08 06:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from 6f7f2516d1 to ea8532b14d 2024-10-09 02:26:07 +02:00 Compare
kjuulh force-pushed renovate/all from ea8532b14d to 80947717a7 2024-10-09 06:24:54 +02:00 Compare
kjuulh force-pushed renovate/all from 80947717a7 to 138b894d3e 2024-10-10 02:26:44 +02:00 Compare
kjuulh force-pushed renovate/all from 138b894d3e to e874a2c100 2024-10-10 06:24:46 +02:00 Compare
kjuulh force-pushed renovate/all from e874a2c100 to f046d8896d 2024-10-11 02:25:09 +02:00 Compare
kjuulh force-pushed renovate/all from f046d8896d to 60a4a52047 2024-10-11 06:24:16 +02:00 Compare
kjuulh force-pushed renovate/all from 60a4a52047 to 93e5ff575a 2024-10-12 02:24:50 +02:00 Compare
kjuulh force-pushed renovate/all from 93e5ff575a to fabb304de6 2024-10-12 06:24:42 +02:00 Compare
kjuulh force-pushed renovate/all from fabb304de6 to 4dac0910bd 2024-10-13 02:22:41 +02:00 Compare
kjuulh force-pushed renovate/all from 4dac0910bd to dc0dc0ecbe 2024-10-13 06:22:27 +02:00 Compare
kjuulh force-pushed renovate/all from dc0dc0ecbe to c8022e6cab 2024-10-14 02:23:32 +02:00 Compare
kjuulh force-pushed renovate/all from c8022e6cab to c4f6c7aade 2024-10-14 06:23:25 +02:00 Compare
kjuulh force-pushed renovate/all from c4f6c7aade to 0543bc9f3c 2024-10-15 02:22:59 +02:00 Compare
kjuulh force-pushed renovate/all from 0543bc9f3c to 976d720cfb 2024-10-15 06:23:24 +02:00 Compare
kjuulh force-pushed renovate/all from 976d720cfb to 674422ea2a 2024-10-16 02:23:49 +02:00 Compare
kjuulh force-pushed renovate/all from 674422ea2a to 80d0b765d7 2024-10-16 06:24:07 +02:00 Compare
kjuulh force-pushed renovate/all from 80d0b765d7 to 8bb8f661ee 2024-10-17 02:27:59 +02:00 Compare
kjuulh force-pushed renovate/all from 8bb8f661ee to 9a3ee409ed 2024-10-17 06:24:47 +02:00 Compare
kjuulh force-pushed renovate/all from 9a3ee409ed to dd2e4adfb5 2024-10-18 02:28:07 +02:00 Compare
kjuulh force-pushed renovate/all from dd2e4adfb5 to 7e36c1971f 2024-10-18 06:24:26 +02:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2024-10-19 02:27:02 +02:00
kjuulh force-pushed renovate/all from 7e36c1971f to fea56faf61 2024-10-19 02:27:04 +02:00 Compare
kjuulh force-pushed renovate/all from fea56faf61 to 9e0300eedc 2024-10-19 06:26:57 +02:00 Compare
kjuulh force-pushed renovate/all from 9e0300eedc to 93086da9b6 2024-10-20 02:27:37 +02:00 Compare
kjuulh force-pushed renovate/all from 93086da9b6 to dfe7be36ff 2024-10-20 06:25:54 +02:00 Compare
kjuulh force-pushed renovate/all from dfe7be36ff to e07eb77657 2024-10-21 02:24:10 +02:00 Compare
kjuulh force-pushed renovate/all from e07eb77657 to 4cb0e7c808 2024-10-21 06:23:54 +02:00 Compare
kjuulh force-pushed renovate/all from 4cb0e7c808 to 07403ac863 2024-10-22 02:25:33 +02:00 Compare
kjuulh force-pushed renovate/all from 07403ac863 to a22b52f037 2024-10-22 06:24:36 +02:00 Compare
kjuulh force-pushed renovate/all from a22b52f037 to d3c352e2cc 2024-10-23 02:29:56 +02:00 Compare
kjuulh force-pushed renovate/all from d3c352e2cc to 1804046a19 2024-10-23 06:30:33 +02:00 Compare
kjuulh force-pushed renovate/all from 1804046a19 to 27d8a2d19b 2024-10-24 02:33:52 +02:00 Compare
kjuulh force-pushed renovate/all from 27d8a2d19b to 60310a14d9 2024-10-24 06:27:33 +02:00 Compare
kjuulh force-pushed renovate/all from 60310a14d9 to db8d36a9a7 2024-10-25 02:27:18 +02:00 Compare
kjuulh force-pushed renovate/all from db8d36a9a7 to 011408ac2e 2024-10-25 06:26:14 +02:00 Compare
kjuulh force-pushed renovate/all from 011408ac2e to 6704c642b6 2024-10-26 02:26:43 +02:00 Compare
kjuulh force-pushed renovate/all from 6704c642b6 to f638921894 2024-10-26 06:24:50 +02:00 Compare
kjuulh force-pushed renovate/all from f638921894 to 6b96e70b10 2024-10-27 02:42:49 +02:00 Compare
kjuulh force-pushed renovate/all from 6b96e70b10 to 709de70114 2024-10-27 06:25:57 +01:00 Compare
kjuulh force-pushed renovate/all from 709de70114 to c680b95245 2024-10-28 02:25:00 +01:00 Compare
kjuulh force-pushed renovate/all from c680b95245 to 9d5aa4cfe1 2024-10-28 06:26:07 +01:00 Compare
kjuulh force-pushed renovate/all from 9d5aa4cfe1 to 709bead110 2024-10-29 02:29:07 +01:00 Compare
kjuulh force-pushed renovate/all from 709bead110 to 40f390937f 2024-10-29 06:26:44 +01:00 Compare
kjuulh force-pushed renovate/all from 40f390937f to f2d82d80f1 2024-10-30 02:27:03 +01:00 Compare
kjuulh force-pushed renovate/all from f2d82d80f1 to 7fa42978e9 2024-10-30 06:25:31 +01:00 Compare
kjuulh force-pushed renovate/all from 7fa42978e9 to 28ce6bbfd9 2024-10-31 02:26:52 +01:00 Compare
kjuulh force-pushed renovate/all from 28ce6bbfd9 to 9b57febe31 2024-10-31 06:25:52 +01:00 Compare
kjuulh force-pushed renovate/all from 9b57febe31 to 0187cd4a51 2024-11-01 02:29:32 +01:00 Compare
kjuulh force-pushed renovate/all from 0187cd4a51 to e40eddbeba 2024-11-02 02:27:34 +01:00 Compare
kjuulh force-pushed renovate/all from e40eddbeba to 000005e7aa 2024-11-02 06:26:14 +01:00 Compare
kjuulh force-pushed renovate/all from 000005e7aa to af5c20c27c 2024-11-07 02:24:44 +01:00 Compare
kjuulh force-pushed renovate/all from af5c20c27c to 5b54d10ad4 2024-11-07 06:22:43 +01:00 Compare
kjuulh force-pushed renovate/all from 5b54d10ad4 to 58d73ce060 2024-11-08 02:24:45 +01:00 Compare
kjuulh force-pushed renovate/all from 58d73ce060 to a5a527d0c3 2024-11-08 06:24:08 +01:00 Compare
kjuulh force-pushed renovate/all from a5a527d0c3 to 29cc234ffb 2024-11-14 02:26:03 +01:00 Compare
kjuulh force-pushed renovate/all from 29cc234ffb to 6aad2a55e0 2024-11-14 06:30:58 +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-service-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#4685dd28)`
    ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-service-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-service-plan/crates/cuddle-rust-service-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#4685dd28)`
    ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-service-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-service-plan/crates/cuddle-rust-service-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-service-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#4685dd28)` ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-service-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-service-plan/crates/cuddle-rust-service-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#4685dd28)` ... which satisfies git dependency `cuddle-ci` (locked to 0.2.0) of package `cuddle-rust-service-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-rust-service-plan/crates/cuddle-rust-service-plan)` ```
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update all dependencies - autoclosed 2024-11-17 02:23:51 +01:00
kjuulh closed this pull request 2024-11-17 02:23:51 +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-service-plan#41
No description provided.