From 0e936f04ed353ac3340288e507e9748c9228a981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:39:45 +0000 Subject: [PATCH] chore(deps): bump quinn-proto from 0.11.13 to 0.11.15 Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.13 to 0.11.15. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.15) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01836b6..37f4f53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5159,9 +5159,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" dependencies = [ "bytes", "getrandom 0.3.4",