Skip to content

Commit 1a58484

Browse files
chore(deps): update rust crate hyper to 1.3.1 (#190)
[![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 | `1.3.0` -> `1.3.1` | --- ### Release Notes <details> <summary>hyperium/hyper (hyper)</summary> ### [`v1.3.1`](https://togithub.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v131-2024-04-16) ##### Bug Fixes - **client:** revert auto content-length header for some requests ([#&#8203;3633](https://togithub.com/hyperium/hyper/issues/3633)) </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://developer.mend.io/github/apollographql/subgraph-template-rust-async-graphql). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2104b90 commit 1a58484

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-trait = "0.1.80"
1414
axum = { version = "0.7.5", default-features = false }
1515
headers = "0.4.0"
1616
http = "1.1.0"
17-
hyper = "1.3.0"
17+
hyper = "1.3.1"
1818
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
1919
tower = "0.4.13"
2020
tower-http = { version = "0.5.2", features = ["compression-br", "compression-gzip", "cors"] }

0 commit comments

Comments
 (0)