[PR #2172] [CLOSED] Bump h2 from 0.4.2 to 0.4.3 #2859

Closed
opened 2026-03-16 11:11:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2172
Author: @dependabot[bot]
Created: 3/18/2024
Status: Closed

Base: mainHead: dependabot/cargo/h2-0.4.3


📝 Commits (1)

  • 117861a Bump h2 from 0.4.2 to 0.4.3

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps h2 from 0.4.2 to 0.4.3.

Release notes

Sourced from h2's releases.

v0.4.3

What's Changed

  • Fix flow control limits to not apply until receiving SETTINGS ack.
  • Fix not returning an error if IO ended without close_notify.
  • Improve performance of decoding many headers.

New Contributors

Full Changelog: https://github.com/hyperium/h2/compare/v0.4.2...v0.4.3

Changelog

Sourced from h2's changelog.

0.4.3 (March 15, 2024)

  • Fix flow control limits to not apply until receiving SETTINGS ack.
  • Fix not returning an error if IO ended without close_notify.
  • Improve performance of decoding many headers.
Commits
  • 07fc824 v0.4.3
  • a8af235 perf: optimize header list size calculations (#752)
  • e5db9a3 chore: set rust edition to 2021 (#751)
  • f87eca0 refactor: cleanup new unused warnings (#749)
  • 0077d3d fix: stream flow control insufficient size before ack (#746)
  • 4ce5955 feat: not returning UnexpectedEof when client drop without close_notify
  • 560bdb6 tests: add test for peer unexpectedly dropping connection
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/2172 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/h2-0.4.3` --- ### 📝 Commits (1) - [`117861a`](https://github.com/hickory-dns/hickory-dns/commit/117861a5d99d0af424afac69c2da62e6386e4be2) Bump h2 from 0.4.2 to 0.4.3 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [h2](https://github.com/hyperium/h2) from 0.4.2 to 0.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p> <blockquote> <h2>v0.4.3</h2> <h2>What's Changed</h2> <ul> <li>Fix flow control limits to not apply until receiving SETTINGS ack.</li> <li>Fix not returning an error if IO ended without <code>close_notify</code>.</li> <li>Improve performance of decoding many headers.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/smndtrl"><code>@​smndtrl</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/751">hyperium/h2#751</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/h2/compare/v0.4.2...v0.4.3">https://github.com/hyperium/h2/compare/v0.4.2...v0.4.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p> <blockquote> <h1>0.4.3 (March 15, 2024)</h1> <ul> <li>Fix flow control limits to not apply until receiving SETTINGS ack.</li> <li>Fix not returning an error if IO ended without <code>close_notify</code>.</li> <li>Improve performance of decoding many headers.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/h2/commit/07fc8245ff8b58f581e0d3c5035b54eb14b69192"><code>07fc824</code></a> v0.4.3</li> <li><a href="https://github.com/hyperium/h2/commit/a8af2358647cd2a68f851dfe3228cc3116654223"><code>a8af235</code></a> perf: optimize header list size calculations (<a href="https://redirect.github.com/hyperium/h2/issues/752">#752</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/e5db9a309a34e97c3edbfdb3d23d3afa256696c0"><code>e5db9a3</code></a> chore: set rust <code>edition</code> to <code>2021</code> (<a href="https://redirect.github.com/hyperium/h2/issues/751">#751</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/f87eca063af0011d4645d1ed25deff335389f25e"><code>f87eca0</code></a> refactor: cleanup new unused warnings (<a href="https://redirect.github.com/hyperium/h2/issues/749">#749</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/0077d3dcb4266c18d2b569f0257caff24778335b"><code>0077d3d</code></a> fix: stream flow control insufficient size before ack (<a href="https://redirect.github.com/hyperium/h2/issues/746">#746</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/4ce59557b56943eb8b5d7dc45f97eda3f0ae0104"><code>4ce5955</code></a> feat: not returning UnexpectedEof when client drop without close_notify</li> <li><a href="https://github.com/hyperium/h2/commit/560bdb6c22c8689a68091b23432eef22c5dcc747"><code>560bdb6</code></a> tests: add test for peer unexpectedly dropping connection</li> <li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.4.2...v0.4.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.4.2&new-version=0.4.3)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:11:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2859
No description provided.