fix(deps): update all dependencies #38

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
cacache dependencies minor =13.0.0 -> =13.1.0
caddy minor 2.7 -> 2.9
clap workspace.dependencies patch 4.5.26 -> 4.5.27
git-cliff-core workspace.dependencies minor 2.7.0 -> 2.8.0
parse-changelog workspace.dependencies patch 0.6.10 -> 0.6.11
semver workspace.dependencies patch 1.0.24 -> 1.0.25
yaml-rust2 workspace.dependencies minor 0.8.0 -> 0.9.0

Release Notes

zkat/cacache-rs (cacache)

v13.1.0

Compare Source

Features
Bug Fixes
clap-rs/clap (clap)

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback
orhun/git-cliff (git-cliff-core)

v2.8.0

Compare Source

⛰️ Features
  • (cli) Support initializing config with a custom filename (#​992) - (76bf9cf)
  • (config) Discover the configuration file when run in a sub directory - (a23eeb4)
  • (git) Improve the set commit range error (#​990) - (f29e815)
  • (monorepo) Automatically set include-path for current directory - (ceda1f7)
  • (remote) Support enabling native TLS (#​1021) - (fe7c464)
  • (repo) Allow running from sub directories (#​975) - (98453b3)
🐛 Bug Fixes
  • (config) Allow environment overwrites when using builtin config (#​961) - (7ba3b55)
  • (docker) Use the correct Debian runner - (36ad993)
  • (fixtures) Update the arguments for custom GitLab API fixture test - (e522f8d)
  • (monorepo) Do not set include-path if workdir is set (#​1022) - (20483be)
  • (remote) Fix detection of GitLab merge request sha (#​968) - (1297655)
🚜 Refactor
  • (lib) Add changelog modifier callback to run function (#​922) - (2321882)
  • (lint) Use a shared lint config for the workspace - (bfc1d4f)
  • (lint) Apply clippy suggestions - (299a1c7)
📚 Documentation
  • (docker) Fix typo in comment (#​959) - (dbda091)
  • (highlights) Add link to the Nix flake - (c449229)
  • (jujutsu) Update links to the upstream documentation - (ed6b646)
  • (lib) Allow doc lint - (62a6d3e)
  • (license) Update copyright years - (8178c9b)
  • (tips) Extend the merge commit filter example (#​963) - (09c0f90)
  • (website) Add highlights for 2.8.0 (#​1023) - (32dc15e)
🧪 Testing
  • (fixture) Add fixture for include-path - (e85888f)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.83.0 - (37598c2)
  • (docker) Bump the Rust version in Docker image - (729f433)
  • (funding) Add wellKnown directory - (8704518)
  • (lint) Allow false positive lint - (1b779a6)
  • (nix) Update flakes - (22fbe9d)
taiki-e/parse-changelog (parse-changelog)

v0.6.11

Compare Source

CLI
  • Accept non-UTF-8 changelog path.

  • Remove dependency on anyhow (previously used in CLI (default feature)).

  • Diagnostic improvements.

dtolnay/semver (semver)

v1.0.25

Compare Source

Ethiraric/yaml-rust2 (yaml-rust2)

v0.9.0

Compare Source

Breaking Changes

  • Update dependencies.
    Since hashlink is exposed (through Yaml::Hash) and has been updated from
    0.8.4 to 0.9.1, the new version of yaml-rust2 will not link properly if you
    explicitly rely on hashlink v0.8.
    Existing code with v0.8.4 should still compile fine in v0.9.1 (see
    hashlink's v0.9.0
    changelog
    ).

Bug fixes

  • (#​37)
    Parse empty scalars as "" instead of "~".

Features

  • Add Yaml::is_hash.
  • Add better doccomments to the Index and IntoIterator implementations for
    Yaml to better explain their quirks and design decisions.

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 | |---|---|---|---| | [cacache](https://github.com/zkat/cacache-rs) | dependencies | minor | `=13.0.0` -> `=13.1.0` | | caddy | | minor | `2.7` -> `2.9` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.26` -> `4.5.27` | | [git-cliff-core](https://github.com/orhun/git-cliff) | workspace.dependencies | minor | `2.7.0` -> `2.8.0` | | [parse-changelog](https://github.com/taiki-e/parse-changelog) | workspace.dependencies | patch | `0.6.10` -> `0.6.11` | | [semver](https://github.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.24` -> `1.0.25` | | [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) | workspace.dependencies | minor | `0.8.0` -> `0.9.0` | --- ### Release Notes <details> <summary>zkat/cacache-rs (cacache)</summary> ### [`v13.1.0`](https://github.com/zkat/cacache-rs/blob/HEAD/CHANGELOG.md#1310-2024-11-26) [Compare Source](https://github.com/zkat/cacache-rs/compare/v13.0.0...v13.1.0) ##### Features - **link:** add hard_link_hash ([#&#8203;82](https://github.com/zkat/cacache-rs/issues/82)) ([ab5f1c91](https://github.com/zkat/cacache-rs/commit/ab5f1c91857188f01a93fb60c47b25ee711d545d)) ##### Bug Fixes - **docs:** improved documentation for remove_fully ([#&#8203;78](https://github.com/zkat/cacache-rs/issues/78)) ([3a712473](https://github.com/zkat/cacache-rs/commit/3a712473645d05b256b430102ae809190e5d4f60)) - **tokio:** add safe access join handles ([#&#8203;85](https://github.com/zkat/cacache-rs/issues/85)) ([146a593c](https://github.com/zkat/cacache-rs/commit/146a593c8e3abea8bc4c1888ae6781a3f2e1422e)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback </details> <details> <summary>orhun/git-cliff (git-cliff-core)</summary> ### [`v2.8.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#280---2025-01-24) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.7.0...v2.8.0) ##### ⛰️ Features - *(cli)* Support initializing config with a custom filename ([#&#8203;992](https://github.com/orhun/git-cliff/issues/992)) - ([76bf9cf](https://github.com/orhun/git-cliff/commit/76bf9cf7aa26b58f2ae68edd007c9885b02af616)) - *(config)* Discover the configuration file when run in a sub directory - ([a23eeb4](https://github.com/orhun/git-cliff/commit/a23eeb480961cd2b252acb7e1e6dc38807458e57)) - *(git)* Improve the set commit range error ([#&#8203;990](https://github.com/orhun/git-cliff/issues/990)) - ([f29e815](https://github.com/orhun/git-cliff/commit/f29e8150a8166d7364ed71b24675136d2e9bd382)) - *(monorepo)* Automatically set include-path for current directory - ([ceda1f7](https://github.com/orhun/git-cliff/commit/ceda1f753adc3459b88417ae363410d2586a33af)) - *(remote)* Support enabling native TLS ([#&#8203;1021](https://github.com/orhun/git-cliff/issues/1021)) - ([fe7c464](https://github.com/orhun/git-cliff/commit/fe7c464c3bdbfd4e49f596615d6736ea441a4d16)) - *(repo)* Allow running from sub directories ([#&#8203;975](https://github.com/orhun/git-cliff/issues/975)) - ([98453b3](https://github.com/orhun/git-cliff/commit/98453b3eee754e1ffe08b685d84c039b17ac8e5e)) ##### 🐛 Bug Fixes - *(config)* Allow environment overwrites when using builtin config ([#&#8203;961](https://github.com/orhun/git-cliff/issues/961)) - ([7ba3b55](https://github.com/orhun/git-cliff/commit/7ba3b55448bdbf7a4a475df2081b6d7c2e2ceb34)) - *(docker)* Use the correct Debian runner - ([36ad993](https://github.com/orhun/git-cliff/commit/36ad993d5956270c0df8c12d201068c1b4d7c580)) - *(fixtures)* Update the arguments for custom GitLab API fixture test - ([e522f8d](https://github.com/orhun/git-cliff/commit/e522f8d9f1efddc43a15120e52a2f1b426468b56)) - *(monorepo)* Do not set include-path if workdir is set ([#&#8203;1022](https://github.com/orhun/git-cliff/issues/1022)) - ([20483be](https://github.com/orhun/git-cliff/commit/20483be93fbcd33eae3b7b54f625e53796281aff)) - *(remote)* Fix detection of GitLab merge request sha ([#&#8203;968](https://github.com/orhun/git-cliff/issues/968)) - ([1297655](https://github.com/orhun/git-cliff/commit/12976550d35bad8d535518010046bd136875736b)) ##### 🚜 Refactor - *(lib)* Add changelog modifier callback to run function ([#&#8203;922](https://github.com/orhun/git-cliff/issues/922)) - ([2321882](https://github.com/orhun/git-cliff/commit/2321882b12cc6aae03fbd4f7ea3e131fc8763631)) - *(lint)* Use a shared lint config for the workspace - ([bfc1d4f](https://github.com/orhun/git-cliff/commit/bfc1d4fb8f8bd8faa350ec217f4d09d57c20b12d)) - *(lint)* Apply clippy suggestions - ([299a1c7](https://github.com/orhun/git-cliff/commit/299a1c74b28ac41015bc436de6d37b5ef5d59b04)) ##### 📚 Documentation - *(docker)* Fix typo in comment ([#&#8203;959](https://github.com/orhun/git-cliff/issues/959)) - ([dbda091](https://github.com/orhun/git-cliff/commit/dbda091aa15806523c2be371ec8a31fbba4ccdc7)) - *(highlights)* Add link to the Nix flake - ([c449229](https://github.com/orhun/git-cliff/commit/c449229513da7444ea02fe275f410e4b2048c9ff)) - *(jujutsu)* Update links to the upstream documentation - ([ed6b646](https://github.com/orhun/git-cliff/commit/ed6b64628f4bfd21b32021b3decf842ae14c9f51)) - *(lib)* Allow doc lint - ([62a6d3e](https://github.com/orhun/git-cliff/commit/62a6d3e20cf72c8e2dcc7938894c5c65278e6c4e)) - *(license)* Update copyright years - ([8178c9b](https://github.com/orhun/git-cliff/commit/8178c9b2ca41fb0b974d3387e07b3067256bdb0b)) - *(tips)* Extend the merge commit filter example ([#&#8203;963](https://github.com/orhun/git-cliff/issues/963)) - ([09c0f90](https://github.com/orhun/git-cliff/commit/09c0f905d8b20b585b0bc8183f14250d1a381ca0)) - *(website)* Add highlights for 2.8.0 ([#&#8203;1023](https://github.com/orhun/git-cliff/issues/1023)) - ([32dc15e](https://github.com/orhun/git-cliff/commit/32dc15efe5ea8be8f1691fbc16d9e5aaa1c5ebdc)) ##### 🧪 Testing - *(fixture)* Add fixture for include-path - ([e85888f](https://github.com/orhun/git-cliff/commit/e85888f5d8dbd4db0674613c4c354416a9be84d1)) ##### ⚙️ Miscellaneous Tasks - *(build)* Bump MSRV to 1.83.0 - ([37598c2](https://github.com/orhun/git-cliff/commit/37598c2d417a1646ec90590ab2a1f6d9da66296c)) - *(docker)* Bump the Rust version in Docker image - ([729f433](https://github.com/orhun/git-cliff/commit/729f4336d169e9fc5cdefdb201208638eee17995)) - *(funding)* Add wellKnown directory - ([8704518](https://github.com/orhun/git-cliff/commit/8704518fb71b88fa8985c660e67f77d9a33431c8)) - *(lint)* Allow false positive lint - ([1b779a6](https://github.com/orhun/git-cliff/commit/1b779a698f845cb449da0640aeac45d53c6c43b9)) - *(nix)* Update flakes - ([22fbe9d](https://github.com/orhun/git-cliff/commit/22fbe9dafbbeaa4bd68082787ea8231dbe12c9ae)) </details> <details> <summary>taiki-e/parse-changelog (parse-changelog)</summary> ### [`v0.6.11`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0611---2025-01-19) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.10...v0.6.11) ##### CLI - Accept non-UTF-8 changelog path. - Remove dependency on `anyhow` (previously used in CLI (`default` feature)). - Diagnostic improvements. </details> <details> <summary>dtolnay/semver (semver)</summary> ### [`v1.0.25`](https://github.com/dtolnay/semver/releases/tag/1.0.25) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.24...1.0.25) - Enable serde impls on play.rust-lang.org ([#&#8203;330](https://github.com/dtolnay/semver/issues/330), thanks [@&#8203;jofas](https://github.com/jofas)) </details> <details> <summary>Ethiraric/yaml-rust2 (yaml-rust2)</summary> ### [`v0.9.0`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v090) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.8.1...v0.9.0) **Breaking Changes** - Update dependencies. Since `hashlink` is exposed (through `Yaml::Hash`) and has been updated from 0.8.4 to 0.9.1, the new version of `yaml-rust2` will not link properly if you explicitly rely on `hashlink v0.8`. Existing code with v0.8.4 should still compile fine in v0.9.1 (see [hashlink's v0.9.0 changelog](https://github.com/kyren/hashlink/releases/tag/v0.9.0)). **Bug fixes** - ([#&#8203;37](https://github.com/Ethiraric/yaml-rust2/pull/37)) Parse empty scalars as `""` instead of `"~"`. **Features** - Add `Yaml::is_hash`. - Add better doccomments to the `Index` and `IntoIterator` implementations for `Yaml` to better explain their quirks and design decisions. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kjuulh force-pushed renovate/all from fa21e36032 to f701610f61 2024-04-10 16:07:56 +02:00 Compare
kjuulh changed title from chore(deps): update rust crate anyhow to 1.0.82 to chore(deps): update all dependencies 2024-04-11 00:45:35 +02:00
kjuulh force-pushed renovate/all from f701610f61 to 0e97ab798d 2024-04-11 00:45:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0e97ab798d to cd5a948cd0 2024-04-15 12:14:09 +02:00 Compare
kjuulh force-pushed renovate/all from cd5a948cd0 to 7264e14bca 2024-04-19 00:01:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7264e14bca to e5682dccf6 2024-04-19 04:01:25 +02:00 Compare
kjuulh force-pushed renovate/all from e5682dccf6 to 3b448b636d 2024-04-19 17:01:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3b448b636d to 53b7fa38e9 2024-04-19 20:36:36 +02:00 Compare
kjuulh force-pushed renovate/all from 53b7fa38e9 to a648958985 2024-04-20 05:44:30 +02:00 Compare
kjuulh force-pushed renovate/all from a648958985 to 5f59162a1e 2024-05-02 03:44:14 +02:00 Compare
kjuulh force-pushed renovate/all from 5f59162a1e to 28d9fa3886 2024-05-06 20:26:57 +02:00 Compare
kjuulh force-pushed renovate/all from 28d9fa3886 to 5d6ff6efad 2024-05-07 04:44:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5d6ff6efad to 40e7514522 2024-05-08 02:11:31 +02:00 Compare
kjuulh force-pushed renovate/all from 40e7514522 to 4bfc5083f3 2024-05-11 22:12:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4bfc5083f3 to d427a0eb15 2024-05-15 17:55:31 +02:00 Compare
kjuulh force-pushed renovate/all from d427a0eb15 to 3746435011 2024-05-17 20:25:22 +02:00 Compare
kjuulh force-pushed renovate/all from 3746435011 to d254202bcf 2024-05-18 00:48:35 +02:00 Compare
kjuulh force-pushed renovate/all from d254202bcf to 9f6871f545 2024-05-18 14:33:20 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update caddy docker tag to v2.8 2024-07-06 15:31:19 +02:00
kjuulh force-pushed renovate/all from 9f6871f545 to 1a6a0da99a 2024-07-06 15:31:20 +02:00 Compare
kjuulh changed title from chore(deps): update caddy docker tag to v2.8 to chore(deps): update all dependencies 2024-08-21 22:49:59 +02:00
kjuulh force-pushed renovate/all from 1a6a0da99a to 5368bbee72 2024-08-21 22:50:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5368bbee72 to 23a7494f8b 2024-08-22 00:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 23a7494f8b to 59cfd45d48 2024-08-24 10:38:52 +02:00 Compare
kjuulh force-pushed renovate/all from 59cfd45d48 to 8da874cbcf 2024-09-05 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8da874cbcf to 4f1e636bc4 2024-09-07 02:22:02 +02:00 Compare
kjuulh force-pushed renovate/all from 4f1e636bc4 to 36f12e2da9 2024-09-12 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 36f12e2da9 to bbc0239859 2024-09-15 02:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from bbc0239859 to d4be981940 2024-09-15 06:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from d4be981940 to f64fe7a264 2024-09-16 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from f64fe7a264 to f334e537fa 2024-09-17 02:23:53 +02:00 Compare
kjuulh force-pushed renovate/all from f334e537fa to 023ca7f4a3 2024-09-21 02:45:42 +02:00 Compare
kjuulh force-pushed renovate/all from 023ca7f4a3 to deb2bfce75 2024-09-23 02:30:46 +02:00 Compare
kjuulh force-pushed renovate/all from deb2bfce75 to 8f67527abb 2024-09-25 02:25:32 +02:00 Compare
kjuulh force-pushed renovate/all from 8f67527abb to 04722d54e0 2024-09-26 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from 04722d54e0 to 0785a36456 2024-09-28 02:28:19 +02:00 Compare
kjuulh force-pushed renovate/all from 0785a36456 to 2923b1d2c8 2024-09-29 02:24:51 +02:00 Compare
kjuulh force-pushed renovate/all from 2923b1d2c8 to ffd2680257 2024-09-30 02:22:56 +02:00 Compare
kjuulh force-pushed renovate/all from ffd2680257 to 775fa54b40 2024-09-30 06:22:45 +02:00 Compare
kjuulh force-pushed renovate/all from 775fa54b40 to c70d30dc43 2024-10-01 02:25:53 +02:00 Compare
kjuulh force-pushed renovate/all from c70d30dc43 to bdf58ce04e 2024-10-01 06:23:45 +02:00 Compare
kjuulh force-pushed renovate/all from bdf58ce04e to ceb87cf635 2024-10-02 02:25:03 +02:00 Compare
kjuulh force-pushed renovate/all from ceb87cf635 to c1f5d142d9 2024-10-02 06:22:57 +02:00 Compare
kjuulh force-pushed renovate/all from c1f5d142d9 to aea238634b 2024-10-09 02:24:21 +02:00 Compare
kjuulh force-pushed renovate/all from aea238634b to 2da4bf521f 2024-10-09 06:23:30 +02:00 Compare
kjuulh force-pushed renovate/all from 2da4bf521f to 701044429c 2024-10-17 02:26:52 +02:00 Compare
kjuulh force-pushed renovate/all from 701044429c to d971d0d36c 2024-10-18 02:26:51 +02:00 Compare
kjuulh force-pushed renovate/all from d971d0d36c to cb72699b75 2024-10-19 02:25:34 +02:00 Compare
kjuulh force-pushed renovate/all from cb72699b75 to f96c127afa 2024-10-19 06:25:45 +02:00 Compare
kjuulh force-pushed renovate/all from f96c127afa to adc24725e6 2024-10-23 02:28:18 +02:00 Compare
kjuulh force-pushed renovate/all from adc24725e6 to 010d47b8a8 2024-10-23 06:29:20 +02:00 Compare
kjuulh force-pushed renovate/all from 010d47b8a8 to bbe7e658a4 2024-10-25 02:25:54 +02:00 Compare
kjuulh force-pushed renovate/all from bbe7e658a4 to 1bc6c55d66 2024-10-25 06:24:54 +02:00 Compare
kjuulh force-pushed renovate/all from 1bc6c55d66 to 1329959da6 2024-10-27 02:41:25 +02:00 Compare
kjuulh force-pushed renovate/all from 1329959da6 to af16b188a4 2024-10-27 06:24:32 +01:00 Compare
kjuulh force-pushed renovate/all from af16b188a4 to 3c451607b8 2024-10-29 02:27:41 +01:00 Compare
kjuulh force-pushed renovate/all from 3c451607b8 to f2056edd5c 2024-10-29 06:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from f2056edd5c to 4dda3218de 2024-10-29 06:25:41 +01:00 Compare
kjuulh force-pushed renovate/all from 4dda3218de to c902662371 2024-11-02 02:26:04 +01:00 Compare
kjuulh force-pushed renovate/all from c902662371 to 5b0ecec6a8 2024-11-02 06:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from 5b0ecec6a8 to cbcb19b830 2024-11-05 02:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from cbcb19b830 to 728d160356 2024-11-05 06:21:56 +01:00 Compare
kjuulh force-pushed renovate/all from 728d160356 to 4c1cbcd43b 2024-11-07 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from 4c1cbcd43b to b852d5ac19 2024-11-12 06:22:24 +01:00 Compare
kjuulh force-pushed renovate/all from b852d5ac19 to 18415c4c06 2024-11-14 02:24:46 +01:00 Compare
kjuulh force-pushed renovate/all from 18415c4c06 to 57dddc64e9 2024-11-14 06:28:58 +01:00 Compare
kjuulh force-pushed renovate/all from 57dddc64e9 to 62b673c0d0 2024-11-21 02:23:26 +01:00 Compare
kjuulh force-pushed renovate/all from 62b673c0d0 to 2aad746b46 2024-11-21 06:20:55 +01:00 Compare
kjuulh force-pushed renovate/all from 2aad746b46 to 1c7f2e8dfa 2024-11-23 02:29:48 +01:00 Compare
kjuulh force-pushed renovate/all from 1c7f2e8dfa to ae5821d3d4 2024-11-23 06:32:01 +01:00 Compare
kjuulh force-pushed renovate/all from ae5821d3d4 to 8d3af069f0 2024-11-28 06:25:54 +01:00 Compare
kjuulh force-pushed renovate/all from 8d3af069f0 to 42676d661e 2024-11-30 06:45:27 +01:00 Compare
kjuulh force-pushed renovate/all from 42676d661e to 8e8da7b088 2024-12-04 02:31:12 +01:00 Compare
kjuulh force-pushed renovate/all from 8e8da7b088 to b2b44e9f71 2024-12-04 06:26:08 +01:00 Compare
kjuulh force-pushed renovate/all from b2b44e9f71 to f51b1b530d 2024-12-06 02:32:40 +01:00 Compare
kjuulh force-pushed renovate/all from f51b1b530d to a56e722575 2024-12-06 06:26:22 +01:00 Compare
kjuulh force-pushed renovate/all from a56e722575 to 8577be613e 2024-12-10 02:26:32 +01:00 Compare
kjuulh force-pushed renovate/all from 8577be613e to 424627523f 2024-12-10 06:26:28 +01:00 Compare
kjuulh force-pushed renovate/all from 424627523f to 254cb146ba 2024-12-12 02:27:30 +01:00 Compare
kjuulh force-pushed renovate/all from 254cb146ba to 74ea169917 2024-12-13 02:25:04 +01:00 Compare
kjuulh force-pushed renovate/all from 74ea169917 to 5d72bbcbee 2024-12-13 06:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from 5d72bbcbee to 104cb5b5e4 2024-12-23 02:29:36 +01:00 Compare
kjuulh force-pushed renovate/all from 104cb5b5e4 to 7570a9fd27 2024-12-23 06:30:56 +01:00 Compare
kjuulh force-pushed renovate/all from 7570a9fd27 to ceaae3fd9a 2024-12-27 02:24:28 +01:00 Compare
kjuulh force-pushed renovate/all from ceaae3fd9a to 83888fe2c6 2024-12-27 06:22:22 +01:00 Compare
kjuulh force-pushed renovate/all from 83888fe2c6 to 93e68b564f 2024-12-28 02:28:53 +01:00 Compare
kjuulh force-pushed renovate/all from 93e68b564f to 1bc1473df7 2024-12-28 06:24:51 +01:00 Compare
kjuulh force-pushed renovate/all from 1bc1473df7 to 9425019e1f 2024-12-28 06:25:16 +01:00 Compare
kjuulh force-pushed renovate/all from 9425019e1f to b48285392d 2025-01-01 02:27:16 +01:00 Compare
kjuulh force-pushed renovate/all from b48285392d to 3819e54e1b 2025-01-01 06:24:58 +01:00 Compare
kjuulh force-pushed renovate/all from 3819e54e1b to 8091a9162d 2025-01-08 02:24:38 +01:00 Compare
kjuulh force-pushed renovate/all from 8091a9162d to 6c26728360 2025-01-08 06:25:18 +01:00 Compare
kjuulh force-pushed renovate/all from 6c26728360 to 1acb8ee461 2025-01-10 02:25:13 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-01-10 02:25:14 +01:00
kjuulh force-pushed renovate/all from 1acb8ee461 to e69133dd3d 2025-01-20 02:29:03 +01:00 Compare
kjuulh force-pushed renovate/all from e69133dd3d to f373354da9 2025-01-20 06:27:51 +01:00 Compare
kjuulh force-pushed renovate/all from f373354da9 to bca64f011a 2025-01-21 02:28:49 +01:00 Compare
kjuulh force-pushed renovate/all from bca64f011a to e80b4e23d5 2025-01-21 06:31:16 +01:00 Compare
kjuulh force-pushed renovate/all from e80b4e23d5 to 1298a3374f 2025-01-22 02:29:16 +01:00 Compare
kjuulh force-pushed renovate/all from 1298a3374f to 3902ff52ce 2025-01-22 06:28:15 +01:00 Compare
kjuulh force-pushed renovate/all from 3902ff52ce to ef9a3f2949 2025-01-23 02:29:10 +01:00 Compare
kjuulh force-pushed renovate/all from ef9a3f2949 to e812994d38 2025-01-23 06:28:11 +01:00 Compare
kjuulh force-pushed renovate/all from e812994d38 to cee3d670a1 2025-01-24 02:32:46 +01:00 Compare
kjuulh force-pushed renovate/all from cee3d670a1 to 85336f1d7e 2025-01-24 06:31:38 +01:00 Compare
kjuulh force-pushed renovate/all from 85336f1d7e to 5b550e4cc5 2025-01-25 02:30:42 +01:00 Compare
kjuulh force-pushed renovate/all from 5b550e4cc5 to 9350adcd6c 2025-01-25 06:29:52 +01:00 Compare
kjuulh force-pushed renovate/all from 9350adcd6c to 0fbe7f9191 2025-01-26 02:31:38 +01:00 Compare
kjuulh force-pushed renovate/all from 0fbe7f9191 to 56df8f3d56 2025-01-26 06:29:29 +01:00 Compare
kjuulh force-pushed renovate/all from 56df8f3d56 to b0ad91fd81 2025-01-27 02:32:39 +01:00 Compare
kjuulh force-pushed renovate/all from b0ad91fd81 to 72ef47643e 2025-01-27 06:30:01 +01:00 Compare
kjuulh force-pushed renovate/all from 72ef47643e to 95e11a6906 2025-01-28 02:29:24 +01:00 Compare
kjuulh force-pushed renovate/all from 95e11a6906 to 72ead2122b 2025-01-28 06:29:48 +01:00 Compare
kjuulh force-pushed renovate/all from 72ead2122b to 27e4c59ae1 2025-01-29 02:32:15 +01:00 Compare
kjuulh force-pushed renovate/all from 27e4c59ae1 to ee07b36bcb 2025-01-29 06:31:40 +01:00 Compare
kjuulh force-pushed renovate/all from ee07b36bcb to 8b1b22d417 2025-01-30 02:34:14 +01:00 Compare
kjuulh force-pushed renovate/all from 8b1b22d417 to 0f1790aaea 2025-01-30 06:34:44 +01:00 Compare
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --package git-cliff-core@2.7.0 --precise 2.8.0
    Updating crates.io index
error: failed to select a version for `cacache`.
    ... required by package `git-cliff-core v2.8.0`
    ... which satisfies dependency `git-cliff-core = "^2.7.0"` of package `cuddle-please v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please)`
versions that meet the requirements `=13.0.0` are: 13.0.0

all possible versions conflict with previously selected packages.

  previously selected package `cacache v13.1.0`
    ... which satisfies dependency `cacache = "=13.1.0"` of package `cuddle-please-misc v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please-misc)`
    ... which satisfies path dependency `cuddle-please-misc` (locked to 0.1.0) of package `cuddle-please v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please)`

failed to select a version for `cacache` which could resolve this conflict

### ⚠️ Artifact update problem Renovate failed to update an artifact 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 Cargo.toml --package git-cliff-core@2.7.0 --precise 2.8.0 Updating crates.io index error: failed to select a version for `cacache`. ... required by package `git-cliff-core v2.8.0` ... which satisfies dependency `git-cliff-core = "^2.7.0"` of package `cuddle-please v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please)` versions that meet the requirements `=13.0.0` are: 13.0.0 all possible versions conflict with previously selected packages. previously selected package `cacache v13.1.0` ... which satisfies dependency `cacache = "=13.1.0"` of package `cuddle-please-misc v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please-misc)` ... which satisfies path dependency `cuddle-please-misc` (locked to 0.1.0) of package `cuddle-please v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-please/crates/cuddle-please)` failed to select a version for `cacache` which could resolve this conflict ```
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
Required
Details
continuous-integration/drone/pr Build is failing
Required
Details
Some required checks were not successful.
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-please#38
No description provided.