From 1af97325afb4a913625e0836efe0463eb4796a04 Mon Sep 17 00:00:00 2001 From: Jon C Date: Mon, 29 Jun 2026 17:02:17 +0200 Subject: [PATCH] deps: Bump quinn-proto for security advisory #### Problem The current version of quinn-proto on this repo has a security advisory. #### Summary of changes Bump it. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d681bc8..f36b4165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5157,9 +5157,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" +checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" dependencies = [ "bytes", "getrandom 0.3.4",