Skip to content

Commit

Permalink
Auto merge of #683
Browse files Browse the repository at this point in the history
683: Update Rust crate hyper to 0.14.25 r=HTG-YT 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://togithub.com/hyperium/hyper)) | dependencies | patch | `0.14.24` -> `0.14.25` |

---

### Release Notes

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

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

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

#### Features

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

#### New Contributors

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

</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/TeamHarTex/HarTex).
<!--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 10, 2023
2 parents 7de6b59 + a3671b3 commit d3cd50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discord-frontend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hartex_discord_core = { path = "../hartex-discord-core", features = ["async-net"
hartex_eyre = { path = "../../rust-utilities/hartex-eyre" }

clap = "4.1.8"
hyper = { version = "0.14.24", features = ["client", "http2"] }
hyper = { version = "0.14.25", features = ["client", "http2"] }
hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] }
owo-colors = "3.5.0"
serde = { version = "1.0.154", features = ["derive"] }
Expand Down

0 comments on commit d3cd50a

Please sign in to comment.