[PR #816] [MERGED] Bump h2 from 0.1.24 to 0.1.25 #1709

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/816
Author: @dependabot-preview[bot]
Created: 7/1/2019
Status: Merged
Merged: 7/2/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/h2-0.1.25


📝 Commits (2)

  • 13847ad Bump h2 from 0.1.24 to 0.1.25
  • c57534e Merge branch 'master' into dependabot/cargo/h2-0.1.25

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps h2 from 0.1.24 to 0.1.25.

Changelog

Sourced from h2's changelog.

0.1.25 (June 28, 2019)

  • Fix to send a RST_STREAM instead of GOAWAY if receiving a frame on a previously closed stream.
  • Fix receiving trailers without an end-stream flag to be a stream error instead of connection error.
Commits
  • 4dde415 v0.1.25 (#382)
  • d4416c2 Update listed version numbers in README (#374)
  • ab52cf9 Send RST_STREAM of STREAM_CLOSED instead of GOAWAY if stream may have been fo...
  • 1993672 Adjust client::Handshake's PhantomData since it doesn't own a buffer
  • 3e345ac tests: reduce boilerplate of sending GET requests
  • f8f05d0 Fix trailers without EOS flag to be a stream instead of connection error (#377)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/816 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/1/2019 **Status:** ✅ Merged **Merged:** 7/2/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/h2-0.1.25` --- ### 📝 Commits (2) - [`13847ad`](https://github.com/hickory-dns/hickory-dns/commit/13847add4d60e6b1e5e9b3832abcf15e25455742) Bump h2 from 0.1.24 to 0.1.25 - [`c57534e`](https://github.com/hickory-dns/hickory-dns/commit/c57534ebe7fb44b44affee3e04bb5c679766a150) Merge branch 'master' into dependabot/cargo/h2-0.1.25 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [h2](https://github.com/hyperium/h2) from 0.1.24 to 0.1.25. <details> <summary>Changelog</summary> *Sourced from [h2's changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md).* > # 0.1.25 (June 28, 2019) > > * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream. > * Fix receiving trailers without an end-stream flag to be a stream error instead of connection error. </details> <details> <summary>Commits</summary> - [`4dde415`](https://github.com/hyperium/h2/commit/4dde4157d51b41971b4b211b1ef85064b11cbea1) v0.1.25 ([#382](https://github-redirect.dependabot.com/hyperium/h2/issues/382)) - [`d4416c2`](https://github.com/hyperium/h2/commit/d4416c2ea52469d1bbcec529c3a9a1c4d51f778e) Update listed version numbers in README ([#374](https://github-redirect.dependabot.com/hyperium/h2/issues/374)) - [`ab52cf9`](https://github.com/hyperium/h2/commit/ab52cf9b30dd5f995ed9eb0d0dd4d759563a80c1) Send RST_STREAM of STREAM_CLOSED instead of GOAWAY if stream may have been fo... - [`1993672`](https://github.com/hyperium/h2/commit/19936721b864735d5fd6ecbf2e9c37c8410927d6) Adjust client::Handshake's PhantomData since it doesn't own a buffer - [`3e345ac`](https://github.com/hyperium/h2/commit/3e345ac7b68bce8a165c2468827fe40ca359d1a2) tests: reduce boilerplate of sending GET requests - [`f8f05d0`](https://github.com/hyperium/h2/commit/f8f05d04e7fa8ea33d7322f20dc900dba290eb40) Fix trailers without EOS flag to be a stream instead of connection error ([#377](https://github-redirect.dependabot.com/hyperium/h2/issues/377)) - See full diff in [compare view](https://github.com/hyperium/h2/compare/v0.1.24...v0.1.25) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.1.24&new-version=0.1.25)](https://dependabot.com/compatibility-score.html?dependency-name=h2&package-manager=cargo&previous-version=0.1.24&new-version=0.1.25) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:21:07 +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#1709
No description provided.