chore(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
anyhow workspace.dependencies patch 1.0.86 -> 1.0.89
clap workspace.dependencies patch 4.5.8 -> 4.5.17
git-cliff-core workspace.dependencies minor 2.4.0 -> 2.5.0
parse-changelog workspace.dependencies patch 0.6.8 -> 0.6.9
pretty_assertions workspace.dependencies patch 1.4.0 -> 1.4.1
regex workspace.dependencies patch 1.10.5 -> 1.10.6
reqwest workspace.dependencies patch 0.12.5 -> 0.12.7
toml_edit workspace.dependencies patch 0.22.14 -> 0.22.20

⚠️ Warning

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


Release Notes

dtolnay/anyhow (anyhow)

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)
clap-rs/clap (clap)

v4.5.17

Compare Source

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

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
orhun/git-cliff (git-cliff-core)

v2.5.0

Compare Source

⛰️ Features
  • (args) Allow GitLab groups with --gitlab-repo (#​807) - (6fbfdb5)
  • (bump) Support bumping to a specific semver type (#​744) - (9dbf47b)
  • (changelog) Support count_tags option (#​599) - (b8045e9)
  • (changelog) Skip ssh and x509 signatures in tag messages (#​748) - (ecbabbf)
  • (cli) Generate changelog from JSON context (#​784) - (3b6156d)
  • (parser) Allow whole commit context to be used in commit parsers (#​758) - (ccf2ab7)
  • (profiler) Support performance profiling via pprof (#​768) - (35dc1e4)
  • (remote) Activate integration if remote is set manually (#​782) - (4b33e7e)
🐛 Bug Fixes
  • (changelog) Allow using --bumped-version without conventional commits (#​806) - (e74080c)
  • (config) Allow using environment variables without config file present (#​783) - (2471745)
  • (fixture) Fix fetching repository for gitlab integration test - (72847c6)
  • (gitlab) URL-encode the owner in remote requests for GitLab (#​742) - (e3e7c07)
  • (template) Include for-loop arguments in template variables (#​812) - (9a6430b)
🚜 Refactor
  • (config) Make example templates more user-friendly - (6f8ea19)
  • (gitlab) Clean up url encoding for GitLab - (c791418)
  • (lib) Clean up some code (#​709) - (4b0c0eb)
📚 Documentation
  • (config) Fix typo in comment of default config file (#​776) - (e2fb043)
  • (readme) Remove underscored spaces between badges (#​809) - (1956c83)
  • (readme) Add git-changelog to similar projects section (#​774) - (c208a97)
  • (readme) Add KaiCode Open Source Festival link - (58b729c)
  • (website) Add highlights for 2.5.0 (#​815) - (49df8cb)
  • (website) Clarify authentication with GitHub token (#​787) - (85bfa95)
  • (website) Correct inverted consequences of configuration value (#​760) - (dc144dd)
  • (website) Add header to 2.4.0 blog post - (227a307)
Performance
  • (changelog) Cache commit retain checks (258 times faster generation) (#​772) - (8430c5c)
⚙️ Miscellaneous Tasks
  • (cd) Remove unnecessary git-cliff-action output file (#​738) - (9f39bcb)
  • (config) Include new contributors in repository changelog - (5474978)
  • (config) Check for null commit_id in detailed template (#​786) - (388b007)
  • (config) Fix comment for changelog header template - (35b886e)
  • (config) Update keepachangelog.toml comment (#​779) - (f9e500e)
  • (website) Remove v2 announcement - (a71649b)
  • (website) Add discord button to navbar - (565b9c8)
taiki-e/parse-changelog (parse-changelog)

v0.6.9

Compare Source

  • Performance improvements. (#​37)

  • Remove dependency on serde_derive (previously used in serde feature and CLI).

  • Documentation improvements.

CLI
  • Distribute prebuilt binaries for x86_64 FreeBSD and illumos.

  • Diagnostic improvements.

  • Disable quick-install fallback of cargo-binstall.

rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)

v1.4.1

Compare Source

Fixed

Internal

rust-lang/regex (regex)

v1.10.6

Compare Source

===================
This is a new patch release with a fix for the unstable crate feature that
enables std::str::Pattern trait integration.

Bug fixes:

  • BUG #​1219:
    Fix the Pattern trait implementation as a result of nightly API breakage.
seanmonstar/reqwest (reqwest)

v0.12.7

Compare Source

  • Revert adding impl Service<http::Request<_>> for Client.

v0.12.6

Compare Source

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.
toml-rs/toml (toml_edit)

v0.22.20

Compare Source

v0.22.19

Compare Source

v0.22.18

Compare Source

v0.22.17

Compare Source

v0.22.16

Compare Source

v0.22.15

Compare Source


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.89` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.8` -> `4.5.17` | | [git-cliff-core](https://github.com/orhun/git-cliff) | workspace.dependencies | minor | `2.4.0` -> `2.5.0` | | [parse-changelog](https://github.com/taiki-e/parse-changelog) | workspace.dependencies | patch | `0.6.8` -> `0.6.9` | | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | workspace.dependencies | patch | `1.4.0` -> `1.4.1` | | [regex](https://github.com/rust-lang/regex) | workspace.dependencies | patch | `1.10.5` -> `1.10.6` | | [reqwest](https://github.com/seanmonstar/reqwest) | workspace.dependencies | patch | `0.12.5` -> `0.12.7` | | [toml_edit](https://github.com/toml-rs/toml) | workspace.dependencies | patch | `0.22.14` -> `0.22.20` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.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>clap-rs/clap (clap)</summary> ### [`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 ### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) ### [`v4.5.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9) ##### Fixes - *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one </details> <details> <summary>orhun/git-cliff (git-cliff-core)</summary> ### [`v2.5.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#250---2024-08-24) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.4.0...v2.5.0) ##### ⛰️ Features - *(args)* Allow GitLab groups with `--gitlab-repo` ([#&#8203;807](https://github.com/orhun/git-cliff/issues/807)) - ([6fbfdb5](https://github.com/orhun/git-cliff/commit/6fbfdb5963ad7d39a389001b660df5bf7f38dd37)) - *(bump)* Support bumping to a specific semver type ([#&#8203;744](https://github.com/orhun/git-cliff/issues/744)) - ([9dbf47b](https://github.com/orhun/git-cliff/commit/9dbf47bac596be7bacc335e8afa3cdc383dc8ebb)) - *(changelog)* Support count_tags option ([#&#8203;599](https://github.com/orhun/git-cliff/issues/599)) - ([b8045e9](https://github.com/orhun/git-cliff/commit/b8045e97ed2b50eee68cb29d5fd28e350c6ca745)) - *(changelog)* Skip ssh and x509 signatures in tag messages ([#&#8203;748](https://github.com/orhun/git-cliff/issues/748)) - ([ecbabbf](https://github.com/orhun/git-cliff/commit/ecbabbfb39b986e8445d2feb3189bab4307fd854)) - *(cli)* Generate changelog from JSON context ([#&#8203;784](https://github.com/orhun/git-cliff/issues/784)) - ([3b6156d](https://github.com/orhun/git-cliff/commit/3b6156ddd66a256a89e12da98b5cbc611a394c72)) - *(parser)* Allow whole commit context to be used in commit parsers ([#&#8203;758](https://github.com/orhun/git-cliff/issues/758)) - ([ccf2ab7](https://github.com/orhun/git-cliff/commit/ccf2ab769aef9fc6d9bbaebc02c41fe4105da24c)) - *(profiler)* Support performance profiling via pprof ([#&#8203;768](https://github.com/orhun/git-cliff/issues/768)) - ([35dc1e4](https://github.com/orhun/git-cliff/commit/35dc1e46fd57c32dc475ac545a86013a5c3258c8)) - *(remote)* Activate integration if remote is set manually ([#&#8203;782](https://github.com/orhun/git-cliff/issues/782)) - ([4b33e7e](https://github.com/orhun/git-cliff/commit/4b33e7e9869bde035d70ae9525c917340ff90bc3)) ##### 🐛 Bug Fixes - *(changelog)* Allow using `--bumped-version` without conventional commits ([#&#8203;806](https://github.com/orhun/git-cliff/issues/806)) - ([e74080c](https://github.com/orhun/git-cliff/commit/e74080cec4283a45f0f81b1b656af466ae4bd693)) - *(config)* Allow using environment variables without config file present ([#&#8203;783](https://github.com/orhun/git-cliff/issues/783)) - ([2471745](https://github.com/orhun/git-cliff/commit/2471745e110955be49310afe11e24719ab79b658)) - *(fixture)* Fix fetching repository for gitlab integration test - ([72847c6](https://github.com/orhun/git-cliff/commit/72847c6c7e71bf8f5b452f4943f0ddfc99cf6cb5)) - *(gitlab)* URL-encode the owner in remote requests for GitLab ([#&#8203;742](https://github.com/orhun/git-cliff/issues/742)) - ([e3e7c07](https://github.com/orhun/git-cliff/commit/e3e7c0794082e418a78f99e7d9c09161f4d14d5f)) - *(template)* Include for-loop arguments in template variables ([#&#8203;812](https://github.com/orhun/git-cliff/issues/812)) - ([9a6430b](https://github.com/orhun/git-cliff/commit/9a6430bc5142d356d16df2ce96869f7a0af05493)) ##### 🚜 Refactor - *(config)* Make example templates more user-friendly - ([6f8ea19](https://github.com/orhun/git-cliff/commit/6f8ea19baafea2718a00a046b74f0cbbfacc8d46)) - *(gitlab)* Clean up url encoding for GitLab - ([c791418](https://github.com/orhun/git-cliff/commit/c791418c7e86def636ed2e0aac8d7cc30ef88791)) - *(lib)* Clean up some code ([#&#8203;709](https://github.com/orhun/git-cliff/issues/709)) - ([4b0c0eb](https://github.com/orhun/git-cliff/commit/4b0c0eb09abf1264b5cc92bf40f75c8e05e17da6)) ##### 📚 Documentation - *(config)* Fix typo in comment of default config file ([#&#8203;776](https://github.com/orhun/git-cliff/issues/776)) - ([e2fb043](https://github.com/orhun/git-cliff/commit/e2fb0430786c1f746a7eb2a1b299f8491df2c584)) - *(readme)* Remove underscored spaces between badges ([#&#8203;809](https://github.com/orhun/git-cliff/issues/809)) - ([1956c83](https://github.com/orhun/git-cliff/commit/1956c8321e4ef2c5ceb46631e5370fbb66a999b2)) - *(readme)* Add git-changelog to similar projects section ([#&#8203;774](https://github.com/orhun/git-cliff/issues/774)) - ([c208a97](https://github.com/orhun/git-cliff/commit/c208a9791e3899668d48947f59757613f4e5fba1)) - *(readme)* Add KaiCode Open Source Festival link - ([58b729c](https://github.com/orhun/git-cliff/commit/58b729c71f7255589fa6645163d355309a04dd7a)) - *(website)* Add highlights for 2.5.0 ([#&#8203;815](https://github.com/orhun/git-cliff/issues/815)) - ([49df8cb](https://github.com/orhun/git-cliff/commit/49df8cb0d6880e5a1ef806d17b066070c7492f3a)) - *(website)* Clarify authentication with GitHub token ([#&#8203;787](https://github.com/orhun/git-cliff/issues/787)) - ([85bfa95](https://github.com/orhun/git-cliff/commit/85bfa952e48108dbdcfa49105d072b3170d08a0f)) - *(website)* Correct inverted consequences of configuration value ([#&#8203;760](https://github.com/orhun/git-cliff/issues/760)) - ([dc144dd](https://github.com/orhun/git-cliff/commit/dc144dd9d0451ec5240efa36d83c187720a17323)) - *(website)* Add header to 2.4.0 blog post - ([227a307](https://github.com/orhun/git-cliff/commit/227a307d8563e942f4d1e97b53e21953148395f6)) ##### ⚡ Performance - *(changelog)* Cache commit retain checks (258 times faster generation) ([#&#8203;772](https://github.com/orhun/git-cliff/issues/772)) - ([8430c5c](https://github.com/orhun/git-cliff/commit/8430c5c539a8de34f465e33fe43aed560cd581ca)) ##### ⚙️ Miscellaneous Tasks - *(cd)* Remove unnecessary git-cliff-action output file ([#&#8203;738](https://github.com/orhun/git-cliff/issues/738)) - ([9f39bcb](https://github.com/orhun/git-cliff/commit/9f39bcb8bf87ede149c11be0eb913583ded191c5)) - *(config)* Include new contributors in repository changelog - ([5474978](https://github.com/orhun/git-cliff/commit/5474978f8aa72112595e342864138b9b14fb6366)) - *(config)* Check for null commit_id in detailed template ([#&#8203;786](https://github.com/orhun/git-cliff/issues/786)) - ([388b007](https://github.com/orhun/git-cliff/commit/388b007b0f7a6beb66e045a6007f17c1642953e1)) - *(config)* Fix comment for changelog header template - ([35b886e](https://github.com/orhun/git-cliff/commit/35b886e50dd13e85436b36d9b1280a88eafdccf8)) - *(config)* Update keepachangelog.toml comment ([#&#8203;779](https://github.com/orhun/git-cliff/issues/779)) - ([f9e500e](https://github.com/orhun/git-cliff/commit/f9e500e27c543807e28132aa6c34244cd3c4238b)) - *(website)* Remove v2 announcement - ([a71649b](https://github.com/orhun/git-cliff/commit/a71649b6cd5a72c2a6b20c08dc1b8dfa37c19a6b)) - *(website)* Add discord button to navbar - ([565b9c8](https://github.com/orhun/git-cliff/commit/565b9c8df0e1a3eb3b5a4415cadfcae065743a40)) </details> <details> <summary>taiki-e/parse-changelog (parse-changelog)</summary> ### [`v0.6.9`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#069---2024-09-14) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.8...v0.6.9) - Performance improvements. ([#&#8203;37](https://github.com/taiki-e/parse-changelog/pull/37)) - Remove dependency on `serde_derive` (previously used in `serde` feature and CLI). - Documentation improvements. ##### CLI - Distribute prebuilt binaries for x86\_64 FreeBSD and illumos. - Diagnostic improvements. - Disable quick-install fallback of cargo-binstall. </details> <details> <summary>rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)</summary> ### [`v1.4.1`](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/HEAD/CHANGELOG.md#v141) [Compare Source](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1) #### Fixed - Show feature-flagged code in documentation. Thanks to [@&#8203;sandydoo](https://github.com/sandydoo) for the fix! ([#&#8203;130](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130)) #### Internal - Bump `yansi` version to `1.x`. Thanks to [@&#8203;SergioBenitez](https://github.com/SergioBenitez) for the update, and maintaining this library! ([#&#8203;121](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121)) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.6`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1106-2024-08-02) [Compare Source](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) \=================== This is a new patch release with a fix for the `unstable` crate feature that enables `std::str::Pattern` trait integration. Bug fixes: - [BUG #&#8203;1219](https://github.com/rust-lang/regex/pull/1219): Fix the `Pattern` trait implementation as a result of nightly API breakage. </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.7`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0127) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7) - Revert adding `impl Service<http::Request<_>>` for `Client`. ### [`v0.12.6`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0126) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6) - Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service<http::Request<Body>>` for `Client` and `&'_ Client`. - Add support for `!Sync` bodies in `Body::wrap_stream()`. - Enable happy eyeballs when `hickory-dns` is used. - Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. - Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values. </details> <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.22.20`](https://github.com/toml-rs/toml/compare/v0.22.19...v0.22.20) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.19...v0.22.20) ### [`v0.22.19`](https://github.com/toml-rs/toml/compare/v0.22.18...v0.22.19) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.18...v0.22.19) ### [`v0.22.18`](https://github.com/toml-rs/toml/compare/v0.22.17...v0.22.18) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.17...v0.22.18) ### [`v0.22.17`](https://github.com/toml-rs/toml/compare/v0.22.16...v0.22.17) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.16...v0.22.17) ### [`v0.22.16`](https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16) ### [`v0.22.15`](https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.15) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.15) </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 added 1 commit 2024-04-10 06:36:53 +02:00
chore(deps): update rust crate anyhow to 1.0.82
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
fa21e36032
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
Some checks failed
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.