[PR #1040] [CLOSED] Bump h2 from 0.2.1 to 0.2.2 #1908

Closed
opened 2026-03-16 03:27:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1040
Author: @dependabot-preview[bot]
Created: 3/9/2020
Status: Closed

Base: masterHead: dependabot/cargo/h2-0.2.2


📝 Commits (1)

  • c5303d5 Bump h2 from 0.2.1 to 0.2.2

📊 Changes

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

View changed files

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

📄 Description

Bumps h2 from 0.2.1 to 0.2.2.

Changelog

Sourced from h2's changelog.

0.2.2 (March 3, 2020)

  • Reduce size of FlowControl and RecvStream.
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/1040 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/9/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/h2-0.2.2` --- ### 📝 Commits (1) - [`c5303d5`](https://github.com/hickory-dns/hickory-dns/commit/c5303d5613dda4d95c4038e2b34b15d4a32ea738) Bump h2 from 0.2.1 to 0.2.2 ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [h2](https://github.com/hyperium/h2) from 0.2.1 to 0.2.2. <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.2.2 (March 3, 2020)</h1> <ul> <li>Reduce size of <code>FlowControl</code> and <code>RecvStream</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/h2/commit/f7718b5b19d031ecaa85fb1bfd7bfc9e158b69a5"><code>f7718b5</code></a> v0.2.2</li> <li><a href="https://github.com/hyperium/h2/commit/1b01300eeb61067ab05118a0e05da113ee871efb"><code>1b01300</code></a> Use a u32 index for stream store (<a href="https://github-redirect.dependabot.com/hyperium/h2/issues/451">#451</a>)</li> <li><a href="https://github.com/hyperium/h2/commit/78c8ec6968ee893c41338673313817a6e65bf9af"><code>78c8ec6</code></a> Update CI to test on stable</li> <li><a href="https://github.com/hyperium/h2/commit/75a0caf220888c1793b7daf6bfef7716a5576a20"><code>75a0caf</code></a> fix warning about unnecessary parens</li> <li><a href="https://github.com/hyperium/h2/commit/c5880076d5e20c2f151b8a4bb056ecf99870ca65"><code>c588007</code></a> rustfmt some test cases</li> <li><a href="https://github.com/hyperium/h2/commit/8ca2eb25973e07630782899a7c9af537eeb9f601"><code>8ca2eb2</code></a> Change unused BytesMut::split_to to advance</li> <li><a href="https://github.com/hyperium/h2/commit/74d02933a56a6a142cbf21d466d09f4a09b3abc7"><code>74d0293</code></a> Fix warnings about deprecated Error::description</li> <li><a href="https://github.com/hyperium/h2/commit/5020ff093323b3ef889c8d50d65cd9e0a4598b25"><code>5020ff0</code></a> Update Readme</li> <li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.2.1...v0.2.2">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.2.1&new-version=0.2.2)](https://dependabot.com/compatibility-score/?dependency-name=h2&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2) 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 03:27:24 +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#1908
No description provided.