BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate http to v1 #193

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2 -> 1.0

Release Notes

hyperium/http (http) ### [`v1.0.0`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#100-November-15-2023) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.11...v1.0.0) - Implement `Clone` for `Request`, `Response`, and `Extensions`. This breaking change requires that all extensions now implement `Clone`. - Add a default-on `std` feature. Disabling it currently is not supported. - Fix MIRI warnings in `HeaderMap::iter()`. ### [`v0.2.11`](https://togithub.com/hyperium/http/releases/tag/v0.2.11) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.10...v0.2.11) #### What's Changed - Fix MIRI warnings in `HeaderMap::iter()`. ### [`v0.2.10`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#0210-November-10-2023) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.9...v0.2.10) - Fix parsing of `Authority` to handle square brackets in incorrect order. - Fix `HeaderMap::with_capacity()` to handle arithmetic overflow. ### [`v0.2.9`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#029-February-17-2023) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.8...v0.2.9) - Add `HeaderName` constants for `cache-status` and `cdn-cache-control`. - Implement `Hash` for `PathAndQuery`. - Re-export `HeaderName` at crate root. ### [`v0.2.8`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#028-June-6-2022) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.7...v0.2.8) - Fix internal usage of uninitialized memory to use `MaybeUninit` inside `HeaderName`. ### [`v0.2.7`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#027-April-28-2022) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.6...v0.2.7) - MSRV bumped to `1.49`. - Add `extend()` method to `Extensions`. - Add `From` and `From` impls for `Uri`. - Make `HeaderName::from_static` a `const fn`. ### [`v0.2.6`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#026-December-30-2021) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.5...v0.2.6) - Upgrade internal `itoa` dependency to 1.0. ### [`v0.2.5`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#025-September-21-2021) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.4...v0.2.5) - Add `is_empty()` and `len()` methods to `Extensions`. - Add `version_ref()` method to `request::Builder`. - Implement `TryFrom>` and `TryFrom` for `Authority`, `Uri`, `PathAndQuery`, and `HeaderName`. - Make `HeaderValue::from_static` a `const fn`. ### [`v0.2.4`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#024-April-4-2021) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.3...v0.2.4) - Fix `Uri` parsing to allow `{`, `"`, and `}` in paths. ### [`v0.2.3`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#023-January-7-2021) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.2...v0.2.3) - Upgrade internal (private) `bytes` dependency to 1.0. ### [`v0.2.2`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#022-December-14-2020) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.1...v0.2.2) - Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and `remove_entry_mult` when multiple values are present. (\[[#​446](https://togithub.com/hyperium/http/issues/446)], \[[#​449](https://togithub.com/hyperium/http/issues/449)] dekellum) - Safety audits of (priv) `ByteStr` and refactor of `Authority` (\[[#​408](https://togithub.com/hyperium/http/issues/408)], \[[#​414](https://togithub.com/hyperium/http/issues/414)] sbosnick) - Fix `HeaderName` to error instead of panic when input is too long (\[[#​432](https://togithub.com/hyperium/http/issues/432)] \[[#​433](https://togithub.com/hyperium/http/issues/433)] acfoltzer) - Allow `StatusCode` to encode values 100-999 without error. Use of the unclassified range 600-999 remains discouraged. (\[[#​144](https://togithub.com/hyperium/http/issues/144)], \[[#​438](https://togithub.com/hyperium/http/issues/438)], \[[#​443](https://togithub.com/hyperium/http/issues/443)] quininer dekellum) - Add `String` and `&String` fallible conversions to `PathAndQuery` (\[[#​450](https://togithub.com/hyperium/http/issues/450)] mkindahl) - Fix `Authority` (and `Uri`) to error instead of panic on unbalanced brackets (\[[#​435](https://togithub.com/hyperium/http/issues/435)], \[[#​445](https://togithub.com/hyperium/http/issues/445)] aeryz) ### [`v0.2.1`](https://togithub.com/hyperium/http/blob/HEAD/CHANGELOG.md#0210-November-10-2023) [Compare Source](https://togithub.com/hyperium/http/compare/v0.2.0...v0.2.1) - Fix parsing of `Authority` to handle square brackets in incorrect order. - Fix `HeaderMap::with_capacity()` to handle arithmetic overflow.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 11 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.