From 7e892e6d724278e31ab76520501407dd78cb9266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:09:16 +0000 Subject: [PATCH] Bump quinn from 0.11.8 to 0.11.9 Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-0.11.8...quinn-0.11.9) --- updated-dependencies: - dependency-name: quinn dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27bc518a..3361b091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,9 +1793,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.8" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" dependencies = [ "bytes", "cfg_aliases", @@ -1804,7 +1804,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.8", + "socket2 0.6.0", "thiserror 2.0.16", "tokio", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 25ac7a21..15377ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ futures = "0.3.31" hex = "0.4.3" mini-moka = "0.10.3" paste = "1.0.15" -quinn = "0.11.8" +quinn = "0.11.9" quote = "1.0.40" rand = "0.8.5" rayon = "1.11.0"