Skip to content

Commit

Permalink
Merge #506
Browse files Browse the repository at this point in the history
506: fix(deps): update rust crate hyper to 0.14.25 r=renovate[bot] a=renovate[bot]

[![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://github.com/hyperium/hyper)) | dependencies | patch | `0.14.24` -> `0.14.25` |

---

### Release Notes

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

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

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

#### Features

-   **client:**
    -   deprecate `client::conn` types ([#&#8203;3156](https://github.com/hyperium/hyper/issues/3156)) ([0ced15d3](https://github.com/hyperium/hyper/commit/0ced15d3cc10ace477ebda13ead8e6857b51867e))
    -   add 1.0 compatible client conn API  ([#&#8203;3155](https://github.com/hyperium/hyper/issues/3155)) ([253cc74d](https://github.com/hyperium/hyper/commit/253cc74d86b082067aa884a0a63a089d7d19401d), closes [#&#8203;3053](https://github.com/hyperium/hyper/issues/3053))
    -   add `client::connect::capture_connection()` ([#&#8203;3144](https://github.com/hyperium/hyper/issues/3144)) ([c8493399](https://github.com/hyperium/hyper/commit/c8493399b2929a86f3020ae77304a00e43cfd161))
    -   add `poison` to `Connected` ([#&#8203;3145](https://github.com/hyperium/hyper/issues/3145)) ([37ed5a2e](https://github.com/hyperium/hyper/commit/37ed5a2e3cab76a11092823a80afd8fe2f2a9693))
-   **server:**
    -   deprecate server conn structs ([#&#8203;3161](https://github.com/hyperium/hyper/issues/3161)) ([02fe20f2](https://github.com/hyperium/hyper/commit/02fe20f232a7c3cf24d505b121ce4d428a93254d))
    -   backport the split server conn modules from 1.0 ([#&#8203;3102](https://github.com/hyperium/hyper/issues/3102)) ([84881c9e](https://github.com/hyperium/hyper/commit/84881c9e5160167a89d18d30c0ef6856dc859839), closes [#&#8203;3079](https://github.com/hyperium/hyper/issues/3079))
    -   remove some `Unpin` and `'static` constraints ([#&#8203;3119](https://github.com/hyperium/hyper/issues/3119)) ([0368a41a](https://github.com/hyperium/hyper/commit/0368a41a6cc1a5c6f1eada0d88e38b7dce261587))

#### New Contributors

-   [`@&#8203;rcoh](https://github.com/rcoh)` made their first contribution in [https://github.com/hyperium/hyper/pull/3145](https://github.com/hyperium/hyper/pull/3145)
-   [`@&#8203;iamwwc](https://github.com/iamwwc)` made their first contribution in [https://github.com/hyperium/hyper/pull/3119](https://github.com/hyperium/hyper/pull/3119)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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/OpenPoolProject/stratum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] authored Mar 11, 2023
2 parents 23659f3 + 0bedafe commit 59f893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1.12", features = ["net"]}

# API
axum = { version = "0.6.10", optional = true}
hyper = { version = "0.14.24", optional = true}
hyper = { version = "0.14.25", optional = true}
tower-http = { version = "0.4.0", features = ["cors"], optional = true}

# Serialization
Expand Down

0 comments on commit 59f893a

Please sign in to comment.