[PR #1854] [CLOSED] Bump quinn from 0.9.0 to 0.9.2 #2653

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1854
Author: @dependabot[bot]
Created: 12/5/2022
Status: Closed

Base: mainHead: dependabot/cargo/quinn-0.9.2


📝 Commits (1)

  • 868839a Bump quinn from 0.9.0 to 0.9.2

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps quinn from 0.9.0 to 0.9.2.

Commits
  • cfb7a06 Bump version
  • 478445e Fix panic on concurrent read_datagram completion
  • 5c7f7aa Allow initial MTU to be specified in bulk benchmark
  • 78401c6 Fix GSO / GRO auto detection when IPv6 is disabled.
  • fb2af08 Update description to reflect abstract runtime support
  • 7370710 Bump quinn-udp version
  • b8b9bff fix: don't bail if setting IP_RECVTOS fails
  • e03f0f1 Pad packets enough to permit stealthy stateless resets
  • fbccb65 Detect stateless resets with malformed headers
  • 1d390af Bump versions for 0.9.1 release
  • Additional commits viewable 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 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/1854 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/quinn-0.9.2` --- ### 📝 Commits (1) - [`868839a`](https://github.com/hickory-dns/hickory-dns/commit/868839a65ea1d0af189d61e4e790ce9bc9b02767) Bump quinn from 0.9.0 to 0.9.2 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.9.0 to 0.9.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/cfb7a067ee3586fd48988c00636dfe04cb675139"><code>cfb7a06</code></a> Bump version</li> <li><a href="https://github.com/quinn-rs/quinn/commit/478445ea7164d74a2ab2b8e7e414b6f6f6d0bdda"><code>478445e</code></a> Fix panic on concurrent read_datagram completion</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5c7f7aabfa9641118e565c22d614ef25f5f6c10c"><code>5c7f7aa</code></a> Allow initial MTU to be specified in bulk benchmark</li> <li><a href="https://github.com/quinn-rs/quinn/commit/78401c614f168ffca7efb182436f033abebb2195"><code>78401c6</code></a> Fix GSO / GRO auto detection when IPv6 is disabled.</li> <li><a href="https://github.com/quinn-rs/quinn/commit/fb2af0816e7013e98314ab15ab2f55cfc60b44b6"><code>fb2af08</code></a> Update description to reflect abstract runtime support</li> <li><a href="https://github.com/quinn-rs/quinn/commit/73707103f445b08f94314d9162c4f1cd0d2f187d"><code>7370710</code></a> Bump quinn-udp version</li> <li><a href="https://github.com/quinn-rs/quinn/commit/b8b9bffe3c3e914c2f72dd5b815d113e093217ac"><code>b8b9bff</code></a> fix: don't bail if setting IP_RECVTOS fails</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e03f0f13c810fb10cda5bb9eadced36e538103d7"><code>e03f0f1</code></a> Pad packets enough to permit stealthy stateless resets</li> <li><a href="https://github.com/quinn-rs/quinn/commit/fbccb656ccc396aebb4a80fd44f67bcecb9b3100"><code>fbccb65</code></a> Detect stateless resets with malformed headers</li> <li><a href="https://github.com/quinn-rs/quinn/commit/1d390af2facdf424c7feb470909fffc29a1dca6c"><code>1d390af</code></a> Bump versions for 0.9.1 release</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/0.9.0...0.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn&package-manager=cargo&previous-version=0.9.0&new-version=0.9.2)](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 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:00:51 +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#2653
No description provided.