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

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-06-02 06:01:10 -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.39 -> 4.5.39
headers (source) dependencies patch 0.4.0 -> 0.4.1
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.18 -> 0.12.19
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.5 -> 0.6.5
uuid dependencies patch 1.17.0 -> 1.17.0

Release Notes

hyperium/headers (headers)

v0.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1

seanmonstar/reqwest (reqwest)

v0.12.19

Compare Source

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

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.39` -> `4.5.39` | | [headers](https://hyper.rs) ([source](https://github.com/hyperium/headers)) | dependencies | patch | `0.4.0` -> `0.4.1` | | [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.18` -> `0.12.19` | | [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.5` -> `0.6.5` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | patch | `1.17.0` -> `1.17.0` | --- ### Release Notes <details> <summary>hyperium/headers (headers)</summary> ### [`v0.4.1`](https://github.com/hyperium/headers/releases/tag/headers-v0.4.1) [Compare Source](https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1) #### What's Changed - Implement Display for Referer by [@&#8203;AsamK](https://github.com/AsamK) in https://github.com/hyperium/headers/pull/122 - Add `ContentEncoding::brotli` by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/hyperium/headers/pull/158 - chore(ci): update to actions/checkout@v4 by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/160 - feat: add method to check if AcceptRanges is bytes by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/159 - doc(core): Header encode method convert header to HeaderValue by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/161 - refactor: apply small refactoring by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/168 - chore: update to base64 0.22 by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/169 - chore(core): set msrv to 1.49 by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/171 - refactor(ci): apply small refactoring by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/172 - chore: update to 2018 edition by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/173 - chore(core): update to 2018 edition by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/174 - refactor: remove unnecessary extern crate sentence by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/175 - refactor: remove redundant workspace config by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/176 - refactor: refactor AcceptRanges test by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/177 - feat: add AcceptRanges none util by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/178 - feat: re-export mime::Mime by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/180 - feat: implement From bytes for SecWebsocketKey by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/179 - update IETF rfc links in docs by [@&#8203;GlenDC](https://github.com/GlenDC) in https://github.com/hyperium/headers/pull/182 - Add `ContentEncoding::zstd` by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/hyperium/headers/pull/183 - docs(readme): add badge to readme by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/185 - Add methods for `must-revalidate` flag to `CacheControl` by [@&#8203;allenap](https://github.com/allenap) in https://github.com/hyperium/headers/pull/186 - refactor: Remove needless lifetime by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/193 - fix(tests): Fix test compile error with nightly feature by [@&#8203;gretchenfrage](https://github.com/gretchenfrage) in https://github.com/hyperium/headers/pull/196 - doc: Remove empty line in document by [@&#8203;tottoto](https://github.com/tottoto) in https://github.com/hyperium/headers/pull/200 - update copyright year to 2025 in LICENSE by [@&#8203;jasmyhigh](https://github.com/jasmyhigh) in https://github.com/hyperium/headers/pull/205 - feat: const `::from_static()` constructors by [@&#8203;CosmicHorrorDev](https://github.com/CosmicHorrorDev) in https://github.com/hyperium/headers/pull/209 - feat: Add `impl From<http::HeaderName> for Vary` by [@&#8203;CosmicHorrorDev](https://github.com/CosmicHorrorDev) in https://github.com/hyperium/headers/pull/210 - chore: prepare for releasing 0.4.1 by [@&#8203;tisonkun](https://github.com/tisonkun) in https://github.com/hyperium/headers/pull/213 #### New Contributors - [@&#8203;AsamK](https://github.com/AsamK) made their first contribution in https://github.com/hyperium/headers/pull/122 - [@&#8203;GlenDC](https://github.com/GlenDC) made their first contribution in https://github.com/hyperium/headers/pull/182 - [@&#8203;allenap](https://github.com/allenap) made their first contribution in https://github.com/hyperium/headers/pull/186 - [@&#8203;gretchenfrage](https://github.com/gretchenfrage) made their first contribution in https://github.com/hyperium/headers/pull/196 - [@&#8203;jasmyhigh](https://github.com/jasmyhigh) made their first contribution in https://github.com/hyperium/headers/pull/205 - [@&#8203;CosmicHorrorDev](https://github.com/CosmicHorrorDev) made their first contribution in https://github.com/hyperium/headers/pull/209 - [@&#8203;tisonkun](https://github.com/tisonkun) made their first contribution in https://github.com/hyperium/headers/pull/213 **Full Changelog**: https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1 </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.19`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01219) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.18...v0.12.19) - Fix redirect that changes the method to GET should remove payload headers. - Fix redirect to only check the next scheme if the policy action is to follow. - (wasm) Fix compilation error if `cookies` feature is enabled (by the way, it's a noop feature in wasm). </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDAuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-06-02 05:47:15 -07:00
fix(deps): update all non-major dependencies
All checks were successful
Continuous integration / Check (push) Successful in 38s
Continuous integration / Test Suite (push) Successful in 43s
Continuous integration / Trunk (push) Successful in 38s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Disallow unused dependencies (push) Successful in 55s
Continuous integration / build (push) Successful in 1m44s
4d6c6af7d9
renovatebot merged commit 4d6c6af7d9 into master 2025-06-02 06:01:10 -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#116
No description provided.