[PR #1390] [CLOSED] Bump h2 from 0.3.0 to 0.3.1 #2281

Closed
opened 2026-03-16 08:45:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1390
Author: @dependabot-preview[bot]
Created: 3/1/2021
Status: Closed

Base: mainHead: dependabot/cargo/h2-0.3.1


📝 Commits (1)

  • cb5e8ef Bump h2 from 0.3.0 to 0.3.1

📊 Changes

3 files changed (+4 additions, -15 deletions)

View changed files

📝 Cargo.lock (+2 -13)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)

📄 Description

Bumps h2 from 0.3.0 to 0.3.1.

Changelog

Sourced from h2's changelog.

0.3.1 (February 26, 2021)

  • Add Connection::max_concurrent_recv_streams() getter.
  • Add Connection::max_concurrent_send_streams() getter.
  • Fix client to ignore receipt of 1xx headers frames.
  • Fix incorrect calculation of pseudo header lengths when determining if a received header is too big.
  • Reduce monomorphized code size of internal code.
Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1390 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/1/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/h2-0.3.1` --- ### 📝 Commits (1) - [`cb5e8ef`](https://github.com/hickory-dns/hickory-dns/commit/cb5e8ef43811be1d07b048f5902567f7a712a661) Bump h2 from 0.3.0 to 0.3.1 ### 📊 Changes **3 files changed** (+4 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -13) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [h2](https://github.com/hyperium/h2) from 0.3.0 to 0.3.1. <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.3.1 (February 26, 2021)</h1> <ul> <li>Add <code>Connection::max_concurrent_recv_streams()</code> getter.</li> <li>Add <code>Connection::max_concurrent_send_streams()</code> getter.</li> <li>Fix client to ignore receipt of 1xx headers frames.</li> <li>Fix incorrect calculation of pseudo header lengths when determining if a received header is too big.</li> <li>Reduce monomorphized code size of internal code.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/h2/commit/7a5b574d8e61fd852538eb6fc7e587640dd5f6d2"><code>7a5b574</code></a> v0.3.1</li> <li><a href="https://github.com/hyperium/h2/commit/11229702a03626ca1463f9216d7511616711acc7"><code>1122970</code></a> Return an error instead of panicking when stuck in a CONTINUATION loop</li> <li><a href="https://github.com/hyperium/h2/commit/bcaaaf6dd98d8da69e4755b0bcb3e0f4dd3cfee6"><code>bcaaaf6</code></a> Spelling fixes in comments (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/508">#508</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/c1b411fc14ea0d3fd90eb77bebd36c73a5fdbc03"><code>c1b411f</code></a> add <code>Connection::max_concurrent_recv_streams</code> (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/516">#516</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/89d91b0a4f879bede3d3348bed061d33544f2682"><code>89d91b0</code></a> Ignore 1xx frames (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/521">#521</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/30ca83279056390bab51358844ab5a975b49d640"><code>30ca832</code></a> Make some functions less-generic to reduce binary bloat (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/503">#503</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/6357e3256adf15de6b94181e787ff5b7b1cc79b0"><code>6357e32</code></a> de-generify FramedRead::decode_frame (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/509">#509</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/fe938cb81ced6fe73b2cb4ae5a4c0134d6d80497"><code>fe938cb</code></a> Fix the macro param name in set_pseudo (fixes <a href="https://github-redirect.dependabot.com/hyperium/h2/issues/472">#472</a>) (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/520">#520</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/fb78fe960665cf0802fed6d17a31b5bd73c8b715"><code>fb78fe9</code></a> Explicitly enable the <code>std</code> feature of indexmap (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/519">#519</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/9049e468c86b94fb041359bf3a7e7184b1372041"><code>9049e46</code></a> Remove the obsolent tracing-future dependency (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/517">#517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/h2/compare/v0.3.0...v0.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.0&new-version=0.3.1)](https://dependabot.com/compatibility-score/?dependency-name=h2&package-manager=cargo&previous-version=0.3.0&new-version=0.3.1) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:45:21 +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#2281
No description provided.