Skip to content

Commit

Permalink
Update Rust crate hyper to 0.14.24 (#2096)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hyper](https://hyper.rs) ([source](https://togithub.com/hyperium/hyper)) | dependencies | patch | `0.14.23` -> `0.14.24` |

---

### Release Notes

<details>
<summary>hyperium/hyper</summary>

### [`v0.14.24`](https://togithub.com/hyperium/hyper/releases/tag/v0.14.24)

[Compare Source](https://togithub.com/hyperium/hyper/compare/v0.14.23...v0.14.24)

#### Bug Fixes

-   **body:** set an internal max to reserve in `to_bytes` ([4d89adce](https://togithub.com/hyperium/hyper/commit/4d89adce6122af1650165337d9d814314e7ee409))
-   **server:** prevent sending 100-continue if user drops request body ([#&#8203;3138](https://togithub.com/hyperium/hyper/issues/3138)) ([92443d7e](https://togithub.com/hyperium/hyper/commit/92443d7ef57ed474f0add7dd1f114c81a3faa8fe))

#### Features

-   **http2:** add `http2_max_header_list_size` to `hyper::server::Builder` ([#&#8203;3006](https://togithub.com/hyperium/hyper/issues/3006)) ([031425f0](https://togithub.com/hyperium/hyper/commit/031425f087219f02a87eea3d01b14e75e35a5209))

#### New Contributors

-   [@&#8203;jiahaoliang](https://togithub.com/jiahaoliang) made their first contribution in [hyperium/hyper#3006

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/hashintel/hash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
  • Loading branch information
renovate[bot] committed Feb 19, 2023
1 parent ee9e028 commit 6a57292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/graph/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ time = { version = "0.3.19", features = ['serde', 'serde-well-known'] }
derivative = "2.2.0"
error-stack = { version = "0.3.1", features = ["spantrace"] }
futures = "0.3.25"
hyper = "0.14.23"
hyper = "0.14.24"
postgres-types = { version = "0.2.4", default-features = false, features = ["derive", "with-uuid-1", "with-serde_json-1", "with-time-0_3"] }
postgres-protocol = "0.6.4"
regex = "1.7.1"
Expand Down

0 comments on commit 6a57292

Please sign in to comment.