fix(deps): update all non-major dependencies #105

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-05-22 08:15:45 -07:00
Collaborator

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.41 -> 0.4.41
clap dependencies patch 4.5.38 -> 4.5.38
letterbox-notmuch dependencies patch 0.17.24 -> 0.17.24
letterbox-shared dependencies patch 0.17.24 -> 0.17.24
lol_html dependencies minor 2.3.0 -> 2.4.0
sqlx dependencies patch 0.8.5 -> 0.8.6
tokio (source) dependencies patch 1.45.0 -> 1.45.0
tower-http dependencies patch 0.6.4 -> 0.6.4

Release Notes

cloudflare/lol-html (lol_html)

v2.4.0

Compare Source

  • Upgraded selectors and cssparser
launchbadge/sqlx (sqlx)

v0.8.6

Compare Source

9 pull requests were merged this release cycle.

Added
Changed
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.41` -> `0.4.41` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.5.38` -> `4.5.38` | | [letterbox-notmuch](https://git.z.xinu.tv/api/packages/wathiede/cargo/letterbox-notmuch) | dependencies | patch | `0.17.24` -> `0.17.24` | | [letterbox-shared](https://git.z.xinu.tv/api/packages/wathiede/cargo/letterbox-shared) | dependencies | patch | `0.17.24` -> `0.17.24` | | [lol_html](https://github.com/cloudflare/lol-html) | dependencies | minor | `2.3.0` -> `2.4.0` | | [sqlx](https://github.com/launchbadge/sqlx) | dependencies | patch | `0.8.5` -> `0.8.6` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.45.0` -> `1.45.0` | | [tower-http](https://github.com/tower-rs/tower-http) | dependencies | patch | `0.6.4` -> `0.6.4` | --- ### Release Notes <details> <summary>cloudflare/lol-html (lol_html)</summary> ### [`v2.4.0`](https://github.com/cloudflare/lol-html/blob/HEAD/CHANGELOG.md#v240) [Compare Source](https://github.com/cloudflare/lol-html/compare/v2.3.0...v2.4.0) - Upgraded `selectors` and `cssparser` </details> <details> <summary>launchbadge/sqlx (sqlx)</summary> ### [`v0.8.6`](https://github.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#086---2025-05-19) [Compare Source](https://github.com/launchbadge/sqlx/compare/v0.8.5...v0.8.6) 9 pull requests were merged this release cycle. ##### Added - \[[#&#8203;3849]]: Add color and wrapping to cli help text \[\[[@&#8203;joshka](https://github.com/joshka)]] ##### Changed - \[[#&#8203;3830]]: build: drop unused `tempfile` dependency \[\[[@&#8203;paolobarbolini](https://github.com/paolobarbolini)]] - \[[#&#8203;3845]]: chore: clean up no longer used imports \[\[[@&#8203;tisonkun](https://github.com/tisonkun)]] - \[[#&#8203;3863]]: Use unnamed statement in pg when not persistent \[\[[@&#8203;ThomWright](https://github.com/ThomWright)]] - \[[#&#8203;3866]]: chore(doc): clarify compile-time verification and case conversion behavior \[\[[@&#8203;duhby](https://github.com/duhby)]] ##### Fixed - \[[#&#8203;3840]]: Fix docs.rs build of sqlx-sqlite \[\[[@&#8203;gferon](https://github.com/gferon)]] - \[[#&#8203;3848]]: fix(macros): don't mutate environment variables \[\[[@&#8203;joeydewaal](https://github.com/joeydewaal)]] - \[[#&#8203;3855]]: fix `attrubute` typo in doc \[\[[@&#8203;kujeger](https://github.com/kujeger)]] - \[[#&#8203;3856]]: fix(macros): slightly improve unsupported type error message \[\[[@&#8203;dyc3](https://github.com/dyc3)]] [#&#8203;3830]: https://github.com/launchbadge/sqlx/pull/3830 [#&#8203;3840]: https://github.com/launchbadge/sqlx/pull/3840 [#&#8203;3845]: https://github.com/launchbadge/sqlx/pull/3845 [#&#8203;3848]: https://github.com/launchbadge/sqlx/pull/3848 [#&#8203;3849]: https://github.com/launchbadge/sqlx/pull/3849 [#&#8203;3855]: https://github.com/launchbadge/sqlx/pull/3855 [#&#8203;3856]: https://github.com/launchbadge/sqlx/pull/3856 [#&#8203;3863]: https://github.com/launchbadge/sqlx/pull/3863 [#&#8203;3866]: https://github.com/launchbadge/sqlx/pull/3866 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot force-pushed renovate/all-minor-patch from 82e8649d8d to b94596bf65 2025-05-22 08:01:33 -07:00 Compare
renovatebot merged commit b94596bf65 into master 2025-05-22 08:15:45 -07:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#105
No description provided.