[PR #1834] [CLOSED] Bump quinn from 0.8.5 to 0.9.1 #2644

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1834
Author: @dependabot[bot]
Created: 11/21/2022
Status: Closed

Base: mainHead: dependabot/cargo/quinn-0.9.1


📝 Commits (1)

  • 10ca294 Bump quinn from 0.8.5 to 0.9.1

📊 Changes

2 files changed (+84 additions, -48 deletions)

View changed files

📝 Cargo.lock (+83 -47)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps quinn from 0.8.5 to 0.9.1.

Commits
  • 1d390af Bump versions for 0.9.1 release
  • 2dca787 Less confusing Notify name for local stream opening
  • d73fcfd Fix stream open futures sometimes waiting on the wrong notification
  • f016928 Fold MAX_STREAMS fields on Retransmits into an array for concision
  • a3b35f9 Fix duplicate MAX_STREAMS transmit
  • 641114a Fix clippy lints
  • b80baa0 Add --initial-max-udp-payload-size command line option for perf
  • cebfb27 Add --keylog command line option for perf client and server
  • 28a2c80 quinn: bump dependency on tokio to 1.13
  • 57bd764 quinn-udp: bump version to 0.3
  • 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/1834 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/quinn-0.9.1` --- ### 📝 Commits (1) - [`10ca294`](https://github.com/hickory-dns/hickory-dns/commit/10ca294d4f32d76164ae2d08d4a0a4f363cc67f7) Bump quinn from 0.8.5 to 0.9.1 ### 📊 Changes **2 files changed** (+84 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+83 -47) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.8.5 to 0.9.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/1d390af2facdf424c7feb470909fffc29a1dca6c"><code>1d390af</code></a> Bump versions for 0.9.1 release</li> <li><a href="https://github.com/quinn-rs/quinn/commit/2dca78766a968d7b17532bd970586fe1dcac2bd2"><code>2dca787</code></a> Less confusing Notify name for local stream opening</li> <li><a href="https://github.com/quinn-rs/quinn/commit/d73fcfd4a05684433bc3df2bf358a00b3676fbc0"><code>d73fcfd</code></a> Fix stream open futures sometimes waiting on the wrong notification</li> <li><a href="https://github.com/quinn-rs/quinn/commit/f016928460c429775352c90fff9fad801101ff8a"><code>f016928</code></a> Fold MAX_STREAMS fields on Retransmits into an array for concision</li> <li><a href="https://github.com/quinn-rs/quinn/commit/a3b35f93c25045b00849e846713cb9b94bc681c5"><code>a3b35f9</code></a> Fix duplicate MAX_STREAMS transmit</li> <li><a href="https://github.com/quinn-rs/quinn/commit/641114a69dda032b4f29e00fdef77ce05ed07086"><code>641114a</code></a> Fix clippy lints</li> <li><a href="https://github.com/quinn-rs/quinn/commit/b80baa008d2eb0a585472772be449432a3c48fd8"><code>b80baa0</code></a> Add --initial-max-udp-payload-size command line option for perf</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cebfb270f6db02d2763dd97e00a3ba9baacd440a"><code>cebfb27</code></a> Add --keylog command line option for perf client and server</li> <li><a href="https://github.com/quinn-rs/quinn/commit/28a2c8052ce5fa2abbd4ce385f6ee2f50cbfb770"><code>28a2c80</code></a> quinn: bump dependency on tokio to 1.13</li> <li><a href="https://github.com/quinn-rs/quinn/commit/57bd7643e75c0e974acaa6d47967cf9c6c11cff8"><code>57bd764</code></a> quinn-udp: bump version to 0.3</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/0.8.5...v0.9.1">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.8.5&new-version=0.9.1)](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:18 +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#2644
No description provided.