Skip to content

Commit

Permalink
Auto merge of #771
Browse files Browse the repository at this point in the history
771: Update Rust crate hyper to 0.14.26 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.25` -> `0.14.26` |

---

### Release Notes

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

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

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

#### Features

-   **http2:** add `max_pending_accept_reset_streams` configuration option ([#&#8203;3201](https://togithub.com/hyperium/hyper/issues/3201)) ([a6f7571a](https://togithub.com/hyperium/hyper/commit/a6f7571a5299793aef8f1aa4194574438b9df64c))

#### New Contributors

-   [`@&#8203;Noah-Kennedy](https://togithub.com/Noah-Kennedy)` made their first contribution in [hyperium/hyper#3201

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Apr 14, 2023
2 parents ee4bfaa + 7f885b4 commit b63317c
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 @@ -17,7 +17,7 @@ hartex_eyre = { path = "../../rust-utilities/hartex-eyre" }
hartex_log = { path = "../../rust-utilities/hartex-log" }

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

0 comments on commit b63317c

Please sign in to comment.