Skip to content

Commit 399be5a

Browse files
chore(deps): bump hyper from 1.10.0 to 1.11.0 (#183)
Bumps [hyper](https://github.com/hyperium/hyper) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p> <blockquote> <h2>v1.11.0</h2> <h2>Features</h2> <ul> <li><strong>rt:</strong> add <code>ReadBufCursor::initialized_unfilled()</code> method (<a href="https://redirect.github.com/hyperium/hyper/issues/4115">#4115</a>) (<a href="https://github.com/hyperium/hyper/commit/ccc1e850dc0cda3e71b0acd11f60ca3d48d09034">ccc1e850</a>)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><strong>http1:</strong> <ul> <li>discard content-length header when received before transfer-encoding (<a href="https://redirect.github.com/hyperium/hyper/issues/4124">#4124</a>) (<a href="https://github.com/hyperium/hyper/commit/540fff9180ce47ee5fab01b6cc2126eb6c286eda">540fff91</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4123">#4123</a>)</li> <li>use append for repeat trailer values in encoder (<a href="https://redirect.github.com/hyperium/hyper/issues/4118">#4118</a>) (<a href="https://github.com/hyperium/hyper/commit/de1483d7db70477cc8799a344634ae6ee020a7db">de1483d7</a>)</li> <li>allow up to max_headers trailers (<a href="https://redirect.github.com/hyperium/hyper/issues/4108">#4108</a>) (<a href="https://github.com/hyperium/hyper/commit/f584091ac096bd5dd478f73256188c3261a945b9">f584091a</a>)</li> <li>use append for repeat trailers (<a href="https://redirect.github.com/hyperium/hyper/issues/4107">#4107</a>) (<a href="https://github.com/hyperium/hyper/commit/876effe10fd8f8ad4535ade1f84e88f199f2cf6b">876effe1</a>)</li> <li>flush buffered data before shutdown (<a href="https://redirect.github.com/hyperium/hyper/issues/4018">#4018</a>) (<a href="https://github.com/hyperium/hyper/commit/72046cc72e7aa82c439eed00850b8b1ad3f7e4dc">72046cc7</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4022">#4022</a>)</li> <li>more strictly enforce max_buf_size when parsing (<a href="https://redirect.github.com/hyperium/hyper/issues/4093">#4093</a>) (<a href="https://github.com/hyperium/hyper/commit/90ede307470dba98b4e184ad88d6f5aae8b0afd7">90ede307</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4081">#4081</a>)</li> </ul> </li> <li><strong>http2:</strong> avoid buffering <code>Upgraded</code> writes without send capacity (<a href="https://redirect.github.com/hyperium/hyper/issues/4102">#4102</a>) (<a href="https://github.com/hyperium/hyper/commit/aecf5abfbc3dc95f21ac1538db1aa3f690fa6ab6">aecf5abf</a>)</li> </ul> <h2>All PRs</h2> <ul> <li>removing <code>cast_lossless</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4087">hyperium/hyper#4087</a></li> <li>Fix the borrow_as_ptr lint by <a href="https://github.com/xd009642"><code>@​xd009642</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4082">hyperium/hyper#4082</a></li> <li>removing <code>empty_structs_with_brackets</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4088">hyperium/hyper#4088</a></li> <li>style(proto): removing <code>explicit_iter_loop</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4089">hyperium/hyper#4089</a></li> <li>Fix the ptr_as_ptr lint by <a href="https://github.com/nakaryo716"><code>@​nakaryo716</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4091">hyperium/hyper#4091</a></li> <li>style(lib): remove <code>manual_assert_eq</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4090">hyperium/hyper#4090</a></li> <li>style(http2): allow an instance of large_enum_variant, deny otherwise by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4092">hyperium/hyper#4092</a></li> <li>Removing 'undocumented_unsafe_blocks' lint allowance by <a href="https://github.com/Lori-Shu"><code>@​Lori-Shu</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4083">hyperium/hyper#4083</a></li> <li>style(http2): use an enum instead of bool in strip_connection_headers() by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4094">hyperium/hyper#4094</a></li> <li>fix(http1): more strictly enforce max_buf_size when parsing by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4093">hyperium/hyper#4093</a></li> <li>h1 servers can shutdown connections with pending buffered data on filled sockets by <a href="https://github.com/deven96"><code>@​deven96</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4018">hyperium/hyper#4018</a></li> <li>refactor(http1): remove ref_option lint by <a href="https://github.com/nakaryo716"><code>@​nakaryo716</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4101">hyperium/hyper#4101</a></li> <li>style(lib): remove <code>unnecessary_semicolon</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4103">hyperium/hyper#4103</a></li> <li>style(lib): remove <code>uninlined_format_args</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4104">hyperium/hyper#4104</a></li> <li>style(lib): remove <code>semicolon_if_nothing_returned</code> lint by <a href="https://github.com/MonkieeBoi"><code>@​MonkieeBoi</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4106">hyperium/hyper#4106</a></li> <li>style(lib): remove <code> single_match_else</code> lint by <a href="https://github.com/yunz-dev"><code>@​yunz-dev</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4105">hyperium/hyper#4105</a></li> <li>style(lib): remove <code>default_trait_access</code> lint by <a href="https://github.com/nakaryo716"><code>@​nakaryo716</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4111">hyperium/hyper#4111</a></li> <li>fix(http1): use append for repeat trailers by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4107">hyperium/hyper#4107</a></li> <li>fix(http1): allow up to max_headers trailers by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4108">hyperium/hyper#4108</a></li> <li>fix(http2): avoid buffering <code>Upgraded</code> writes without send capacity by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4102">hyperium/hyper#4102</a></li> <li>style(headers): small refactor to remove <code>question_mark</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4116">hyperium/hyper#4116</a></li> <li>fix(h1): append duplicate trailer values when encoding (match <a href="https://redirect.github.com/hyperium/hyper/issues/4107">#4107</a>) by <a href="https://github.com/greymoth-jp"><code>@​greymoth-jp</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4118">hyperium/hyper#4118</a></li> <li>style(proto): fix <code>decimal_literal_representation</code> lint by <a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4117">hyperium/hyper#4117</a></li> <li>docs(governance): define Advisor role by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4098">hyperium/hyper#4098</a></li> <li>docs(maintainers): move some collaborators to emeriti by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4125">hyperium/hyper#4125</a></li> <li>feat: add initialized_unfilled to ReadBufCursor by <a href="https://github.com/abh1nav10"><code>@​abh1nav10</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4115">hyperium/hyper#4115</a></li> <li>fix(http1): discard content-length header when received before transfer-encoding by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/4124">hyperium/hyper#4124</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/josetorrs"><code>@​josetorrs</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper/pull/4087">hyperium/hyper#4087</a></li> <li><a href="https://github.com/nakaryo716"><code>@​nakaryo716</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper/pull/4091">hyperium/hyper#4091</a></li> <li><a href="https://github.com/deven96"><code>@​deven96</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper/pull/4018">hyperium/hyper#4018</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/master/CHANGELOG.md">hyper's changelog</a>.</em></p> <blockquote> <h2>v1.11.0 (2026-07-20)</h2> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> <ul> <li>discard content-length header when received before transfer-encoding (<a href="https://redirect.github.com/hyperium/hyper/issues/4124">#4124</a>) (<a href="https://github.com/hyperium/hyper/commit/540fff9180ce47ee5fab01b6cc2126eb6c286eda">540fff91</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4123">#4123</a>)</li> <li>use append for repeat trailer values in encoder (<a href="https://redirect.github.com/hyperium/hyper/issues/4118">#4118</a>) (<a href="https://github.com/hyperium/hyper/commit/de1483d7db70477cc8799a344634ae6ee020a7db">de1483d7</a>)</li> <li>allow up to max_headers trailers (<a href="https://redirect.github.com/hyperium/hyper/issues/4108">#4108</a>) (<a href="https://github.com/hyperium/hyper/commit/f584091ac096bd5dd478f73256188c3261a945b9">f584091a</a>)</li> <li>use append for repeat trailers (<a href="https://redirect.github.com/hyperium/hyper/issues/4107">#4107</a>) (<a href="https://github.com/hyperium/hyper/commit/876effe10fd8f8ad4535ade1f84e88f199f2cf6b">876effe1</a>)</li> <li>flush buffered data before shutdown (<a href="https://redirect.github.com/hyperium/hyper/issues/4018">#4018</a>) (<a href="https://github.com/hyperium/hyper/commit/72046cc72e7aa82c439eed00850b8b1ad3f7e4dc">72046cc7</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4022">#4022</a>)</li> <li>more strictly enforce max_buf_size when parsing (<a href="https://redirect.github.com/hyperium/hyper/issues/4093">#4093</a>) (<a href="https://github.com/hyperium/hyper/commit/90ede307470dba98b4e184ad88d6f5aae8b0afd7">90ede307</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4081">#4081</a>)</li> </ul> </li> <li><strong>http2:</strong> avoid buffering <code>Upgraded</code> writes without send capacity (<a href="https://redirect.github.com/hyperium/hyper/issues/4102">#4102</a>) (<a href="https://github.com/hyperium/hyper/commit/aecf5abfbc3dc95f21ac1538db1aa3f690fa6ab6">aecf5abf</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>rt:</strong> add <code>ReadBufCursor::initialized_unfilled()</code> method (<a href="https://redirect.github.com/hyperium/hyper/issues/4115">#4115</a>) (<a href="https://github.com/hyperium/hyper/commit/ccc1e850dc0cda3e71b0acd11f60ca3d48d09034">ccc1e850</a>)</li> </ul> <h3>v1.10.1 (2026-05-29)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> fix busy loop when peer half-closes and open body (<a href="https://redirect.github.com/hyperium/hyper/issues/4086">#4086</a>) (<a href="https://github.com/hyperium/hyper/commit/c6cb906fdcbc3df64fc3fb613be57430e0387e48">c6cb906f</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/4085">#4085</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/hyper/commit/67ace6484db5d4a15367013847768f5f94f4b97d"><code>67ace64</code></a> v1.11.0</li> <li><a href="https://github.com/hyperium/hyper/commit/540fff9180ce47ee5fab01b6cc2126eb6c286eda"><code>540fff9</code></a> fix(http1): discard content-length header when received before transfer-encod...</li> <li><a href="https://github.com/hyperium/hyper/commit/ccc1e850dc0cda3e71b0acd11f60ca3d48d09034"><code>ccc1e85</code></a> feat(rt): add <code>ReadBufCursor::initialized_unfilled()</code> method (<a href="https://redirect.github.com/hyperium/hyper/issues/4115">#4115</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/0ea8bc2772bbe785d7234e3eb3bd4df5440f57fb"><code>0ea8bc2</code></a> docs(maintainers): move some collaborators to emeriti (<a href="https://redirect.github.com/hyperium/hyper/issues/4125">#4125</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/2fc06fc7724e2b684c2658327f0721fd3bfa57d9"><code>2fc06fc</code></a> docs(governance): define Advisor role (<a href="https://redirect.github.com/hyperium/hyper/issues/4098">#4098</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/e0d14d19a0a87962efe92acdaa029253be54a612"><code>e0d14d1</code></a> style(proto): explicitly allow <code>decimal_literal_representation</code> lint (<a href="https://redirect.github.com/hyperium/hyper/issues/4117">#4117</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/de1483d7db70477cc8799a344634ae6ee020a7db"><code>de1483d</code></a> fix(http1): use append for repeat trailer values in encoder (<a href="https://redirect.github.com/hyperium/hyper/issues/4118">#4118</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/08c3416279b36456c5ce83d0edd33e955e411c90"><code>08c3416</code></a> style(headers): small refactor to remove question_mark lint (<a href="https://redirect.github.com/hyperium/hyper/issues/4116">#4116</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/aecf5abfbc3dc95f21ac1538db1aa3f690fa6ab6"><code>aecf5ab</code></a> fix(http2): avoid buffering <code>Upgraded</code> writes without send capacity (<a href="https://redirect.github.com/hyperium/hyper/issues/4102">#4102</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/f584091ac096bd5dd478f73256188c3261a945b9"><code>f584091</code></a> fix(http1): allow up to max_headers trailers (<a href="https://redirect.github.com/hyperium/hyper/issues/4108">#4108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper/compare/v1.10.0...v1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7546f5f commit 399be5a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

0 commit comments

Comments
 (0)