Skip to content

Commit 758c83d

Browse files
chore(deps): update rust crate headers to v0.4.1 (#340)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [headers](https://hyper.rs) ([source](https://redirect.github.com/hyperium/headers)) | dependencies | patch | `0.4.0` -> `0.4.1` | --- ### Release Notes <details> <summary>hyperium/headers (headers)</summary> ### [`v0.4.1`](https://redirect.github.com/hyperium/headers/releases/tag/headers-v0.4.1) [Compare Source](https://redirect.github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1) #### What's Changed - Implement Display for Referer by [@&#8203;AsamK](https://redirect.github.com/AsamK) in [https://github.com/hyperium/headers/pull/122](https://redirect.github.com/hyperium/headers/pull/122) - Add `ContentEncoding::brotli` by [@&#8203;paolobarbolini](https://redirect.github.com/paolobarbolini) in [https://github.com/hyperium/headers/pull/158](https://redirect.github.com/hyperium/headers/pull/158) - chore(ci): update to actions/checkout@v4 by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/160](https://redirect.github.com/hyperium/headers/pull/160) - feat: add method to check if AcceptRanges is bytes by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/159](https://redirect.github.com/hyperium/headers/pull/159) - doc(core): Header encode method convert header to HeaderValue by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/161](https://redirect.github.com/hyperium/headers/pull/161) - refactor: apply small refactoring by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/168](https://redirect.github.com/hyperium/headers/pull/168) - chore: update to base64 0.22 by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/169](https://redirect.github.com/hyperium/headers/pull/169) - chore(core): set msrv to 1.49 by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/171](https://redirect.github.com/hyperium/headers/pull/171) - refactor(ci): apply small refactoring by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/172](https://redirect.github.com/hyperium/headers/pull/172) - chore: update to 2018 edition by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/173](https://redirect.github.com/hyperium/headers/pull/173) - chore(core): update to 2018 edition by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/174](https://redirect.github.com/hyperium/headers/pull/174) - refactor: remove unnecessary extern crate sentence by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/175](https://redirect.github.com/hyperium/headers/pull/175) - refactor: remove redundant workspace config by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/176](https://redirect.github.com/hyperium/headers/pull/176) - refactor: refactor AcceptRanges test by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/177](https://redirect.github.com/hyperium/headers/pull/177) - feat: add AcceptRanges none util by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/178](https://redirect.github.com/hyperium/headers/pull/178) - feat: re-export mime::Mime by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/180](https://redirect.github.com/hyperium/headers/pull/180) - feat: implement From bytes for SecWebsocketKey by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/179](https://redirect.github.com/hyperium/headers/pull/179) - update IETF rfc links in docs by [@&#8203;GlenDC](https://redirect.github.com/GlenDC) in [https://github.com/hyperium/headers/pull/182](https://redirect.github.com/hyperium/headers/pull/182) - Add `ContentEncoding::zstd` by [@&#8203;paolobarbolini](https://redirect.github.com/paolobarbolini) in [https://github.com/hyperium/headers/pull/183](https://redirect.github.com/hyperium/headers/pull/183) - docs(readme): add badge to readme by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/185](https://redirect.github.com/hyperium/headers/pull/185) - Add methods for `must-revalidate` flag to `CacheControl` by [@&#8203;allenap](https://redirect.github.com/allenap) in [https://github.com/hyperium/headers/pull/186](https://redirect.github.com/hyperium/headers/pull/186) - refactor: Remove needless lifetime by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/193](https://redirect.github.com/hyperium/headers/pull/193) - fix(tests): Fix test compile error with nightly feature by [@&#8203;gretchenfrage](https://redirect.github.com/gretchenfrage) in [https://github.com/hyperium/headers/pull/196](https://redirect.github.com/hyperium/headers/pull/196) - doc: Remove empty line in document by [@&#8203;tottoto](https://redirect.github.com/tottoto) in [https://github.com/hyperium/headers/pull/200](https://redirect.github.com/hyperium/headers/pull/200) - update copyright year to 2025 in LICENSE by [@&#8203;jasmyhigh](https://redirect.github.com/jasmyhigh) in [https://github.com/hyperium/headers/pull/205](https://redirect.github.com/hyperium/headers/pull/205) - feat: const `::from_static()` constructors by [@&#8203;CosmicHorrorDev](https://redirect.github.com/CosmicHorrorDev) in [https://github.com/hyperium/headers/pull/209](https://redirect.github.com/hyperium/headers/pull/209) - feat: Add `impl From<http::HeaderName> for Vary` by [@&#8203;CosmicHorrorDev](https://redirect.github.com/CosmicHorrorDev) in [https://github.com/hyperium/headers/pull/210](https://redirect.github.com/hyperium/headers/pull/210) - chore: prepare for releasing 0.4.1 by [@&#8203;tisonkun](https://redirect.github.com/tisonkun) in [https://github.com/hyperium/headers/pull/213](https://redirect.github.com/hyperium/headers/pull/213) #### New Contributors - [@&#8203;AsamK](https://redirect.github.com/AsamK) made their first contribution in [https://github.com/hyperium/headers/pull/122](https://redirect.github.com/hyperium/headers/pull/122) - [@&#8203;GlenDC](https://redirect.github.com/GlenDC) made their first contribution in [https://github.com/hyperium/headers/pull/182](https://redirect.github.com/hyperium/headers/pull/182) - [@&#8203;allenap](https://redirect.github.com/allenap) made their first contribution in [https://github.com/hyperium/headers/pull/186](https://redirect.github.com/hyperium/headers/pull/186) - [@&#8203;gretchenfrage](https://redirect.github.com/gretchenfrage) made their first contribution in [https://github.com/hyperium/headers/pull/196](https://redirect.github.com/hyperium/headers/pull/196) - [@&#8203;jasmyhigh](https://redirect.github.com/jasmyhigh) made their first contribution in [https://github.com/hyperium/headers/pull/205](https://redirect.github.com/hyperium/headers/pull/205) - [@&#8203;CosmicHorrorDev](https://redirect.github.com/CosmicHorrorDev) made their first contribution in [https://github.com/hyperium/headers/pull/209](https://redirect.github.com/hyperium/headers/pull/209) - [@&#8203;tisonkun](https://redirect.github.com/tisonkun) made their first contribution in [https://github.com/hyperium/headers/pull/213](https://redirect.github.com/hyperium/headers/pull/213) **Full Changelog**: hyperium/headers@headers-v0.4.0...headers-v0.4.1 </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/subgraph-template-rust-async-graphql). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb6ded5 commit 758c83d

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)