[PR #2406] [CLOSED] build(deps): bump quinn from 0.11.3 to 0.11.4 #3018

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2406
Author: @dependabot[bot]
Created: 9/2/2024
Status: Closed

Base: mainHead: dependabot/cargo/quinn-0.11.4


📝 Commits (1)

  • 892adbd build(deps): bump quinn from 0.11.3 to 0.11.4

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps quinn from 0.11.3 to 0.11.4.

Release notes

Sourced from quinn's releases.

quinn-proto 0.11.4

What's Changed

Commits
  • c26e8cd Bump versions
  • e01609c Merge commit from fork
  • c292a3c Fix and test validation of IDCID length
  • bb02a12 fix(.github/android): use API level 26
  • 5e5cc93 fix(.github/android): pass matrix.target and increase api to v26
  • cef42cc fix(udp): typo in sendmsg error log
  • edf16a6 ci(rust.yml): add workflow testing feature permutations
  • a003e10 Allows build on Solaris (#1877)
  • b9ce9c8 Require slab 0.4.6
  • 1e48a70 build(deps): bump actions/setup-java from 3 to 4
  • 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/2406 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/quinn-0.11.4` --- ### 📝 Commits (1) - [`892adbd`](https://github.com/hickory-dns/hickory-dns/commit/892adbdced89ab0e508d5e18bdc516e7768d4fce) build(deps): bump quinn from 0.11.3 to 0.11.4 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> <li>quinn: bump version to 0.11.3 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1954">quinn-rs/quinn#1954</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li><a href="https://github.com/quinn-rs/quinn/commit/a003e104e6d00978dfc1c4b8d692a6ccf7ea30a5"><code>a003e10</code></a> Allows build on Solaris (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1877">#1877</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/b9ce9c8c94e9dbdfdd4e1e4f02196da992d1fd97"><code>b9ce9c8</code></a> Require slab <code>0.4.6</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/1e48a703d5a7d7c7594acca2068cd6bd68e224c5"><code>1e48a70</code></a> build(deps): bump actions/setup-java from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-0.11.3...quinn-0.11.4">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.3&new-version=0.11.4)](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:20:41 +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#3018
No description provided.