[PR #2581] [CLOSED] build(deps): bump quinn from 0.11.5 to 0.11.6 #3153

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/quinn-0.11.6


📝 Commits (1)

  • e1171dd build(deps): bump quinn from 0.11.5 to 0.11.6

📊 Changes

2 files changed (+66 additions, -28 deletions)

View changed files

📝 Cargo.lock (+65 -27)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps quinn from 0.11.5 to 0.11.6.

Commits
  • d23e4e4 CI: add test for netbsd
  • bb4df4d fixes quinn-rs/quinn#2033
  • 66546dd quinn: bump version to 0.11.6
  • ca1f2ef Revert "crypto: expose negotiated_cipher_suite in the hadshake data"
  • 2a8b904 proto: bump version to 0.11.9
  • eebccff quinn: Fix missing re-exports
  • 7944e0f proto: Fix missing re-exports
  • 8c66491 proto: Rename frame::Type to FrameType
  • 18b7956 build(deps): update thiserror requirement from 1.0.21 to 2.0.3
  • 9be256e feat: enable rustls logging, gated by rustls-log feature flag
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
quinn [< 0.10, > 0.9.0]
quinn [< 0.11, > 0.10.1]

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/2581 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/quinn-0.11.6` --- ### 📝 Commits (1) - [`e1171dd`](https://github.com/hickory-dns/hickory-dns/commit/e1171dd220799f2a92188306f15ccf1bae93d33b) build(deps): bump quinn from 0.11.5 to 0.11.6 ### 📊 Changes **2 files changed** (+66 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+65 -27) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.11.5 to 0.11.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/d23e4e494f7446e21184bf58acd17a861ae73bba"><code>d23e4e4</code></a> CI: add test for netbsd</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb4df4d35c84281ba25b7d5ac0e6e5f35279d94c"><code>bb4df4d</code></a> fixes <a href="https://redirect.github.com/quinn-rs/quinn/issues/2033">quinn-rs/quinn#2033</a></li> <li><a href="https://github.com/quinn-rs/quinn/commit/66546ddd5aee10672e31bb166e57891a13863171"><code>66546dd</code></a> quinn: bump version to 0.11.6</li> <li><a href="https://github.com/quinn-rs/quinn/commit/ca1f2ef9fe87f90f1ca108a00fb60a41cef367bc"><code>ca1f2ef</code></a> Revert &quot;crypto: expose negotiated_cipher_suite in the hadshake data&quot;</li> <li><a href="https://github.com/quinn-rs/quinn/commit/2a8b9044cc1a7108b63ff42746023bfbfec334bb"><code>2a8b904</code></a> proto: bump version to 0.11.9</li> <li><a href="https://github.com/quinn-rs/quinn/commit/eebccff309cb342c2faac3ea875ca81734685821"><code>eebccff</code></a> quinn: Fix missing re-exports</li> <li><a href="https://github.com/quinn-rs/quinn/commit/7944e0fabcffe9c0d14f00d8eaa147f94f5970c7"><code>7944e0f</code></a> proto: Fix missing re-exports</li> <li><a href="https://github.com/quinn-rs/quinn/commit/8c664916f7b6718848eb43827b349472cfbe3213"><code>8c66491</code></a> proto: Rename frame::Type to FrameType</li> <li><a href="https://github.com/quinn-rs/quinn/commit/18b79569693ea9d78ea127932f6d6e663664147f"><code>18b7956</code></a> build(deps): update thiserror requirement from 1.0.21 to 2.0.3</li> <li><a href="https://github.com/quinn-rs/quinn/commit/9be256e1c48ad7a5d893079acda43c8fc9caede6"><code>9be256e</code></a> feat: enable rustls logging, gated by rustls-log feature flag</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-0.11.5...quinn-0.11.6">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | quinn | [< 0.10, > 0.9.0] | | quinn | [< 0.11, > 0.10.1] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn&package-manager=cargo&previous-version=0.11.5&new-version=0.11.6)](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:28:11 +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#3153
No description provided.