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

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-05-28 06:16:41 -07:00
Collaborator

This PR contains the following updates:

Package Type Update Change
async-graphql-axum dependencies patch 7.0.17 -> 7.0.17
chrono dependencies patch 0.4.41 -> 0.4.41
clap dependencies patch 4.5.38 -> 4.5.39
letterbox-notmuch dependencies patch 0.17.25 -> 0.17.25
letterbox-shared dependencies patch 0.17.25 -> 0.17.25
lol_html dependencies patch 2.4.0 -> 2.4.0
reqwest dependencies patch 0.12.15 -> 0.12.17
sqlx dependencies patch 0.8.6 -> 0.8.6
tokio (source) dependencies patch 1.45.1 -> 1.45.1
tower-http dependencies patch 0.6.4 -> 0.6.4
uuid dependencies patch 1.17.0 -> 1.17.0

Release Notes

clap-rs/clap (clap)

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
seanmonstar/reqwest (reqwest)

v0.12.17

  • Fix compilation on macOS.

v0.12.16

Compare Source

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

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 | |---|---|---|---| | [async-graphql-axum](https://github.com/async-graphql/async-graphql) | dependencies | patch | `7.0.17` -> `7.0.17` | | [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.39` | | [letterbox-notmuch](https://git.z.xinu.tv/api/packages/wathiede/cargo/letterbox-notmuch) | dependencies | patch | `0.17.25` -> `0.17.25` | | [letterbox-shared](https://git.z.xinu.tv/api/packages/wathiede/cargo/letterbox-shared) | dependencies | patch | `0.17.25` -> `0.17.25` | | [lol_html](https://github.com/cloudflare/lol-html) | dependencies | patch | `2.4.0` -> `2.4.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.15` -> `0.12.17` | | [sqlx](https://github.com/launchbadge/sqlx) | dependencies | patch | `0.8.6` -> `0.8.6` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.45.1` -> `1.45.1` | | [tower-http](https://github.com/tower-rs/tower-http) | dependencies | patch | `0.6.4` -> `0.6.4` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | patch | `1.17.0` -> `1.17.0` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.39`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.39) ##### Fixes - *(help)* Show short flag aliases before long - *(help)* Merge the short and long flag alias lists </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.17`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01217) - Fix compilation on macOS. ### [`v0.12.16`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01216) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.15...v0.12.16) - Add `ClientBuilder::http3_congestion_bbr()` to enable BBR congestion control. - Add `ClientBuilder::http3_send_grease()` to configure whether to send use QUIC grease. - Add `ClientBuilder::http3_max_field_section_size()` to configure the maximum response headers. - Add `ClientBuilder::tcp_keepalive_interval()` to configure TCP probe interval. - Add `ClientBuilder::tcp_keepalive_retries()` to configure TCP probe count. - Add `Proxy::headers()` to add extra headers that should be sent to a proxy. - Fix `redirect::Policy::limit()` which had an off-by-1 error, allowing 1 more redirect than specified. - Fix HTTP/3 to support streaming request bodies. - (wasm) Fix null bodies when calling `Response::bytes_stream()`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDAuMzMuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot force-pushed renovate/all-minor-patch from 8f2d9c7c30 to f4c11c5b3f 2025-05-28 06:01:58 -07:00 Compare
renovatebot merged commit f4c11c5b3f into master 2025-05-28 06:16:41 -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#110
No description provided.