From e02b38fd3d928b935d83e3164f4752c340ed77f0 Mon Sep 17 00:00:00 2001 From: Jon C Date: Tue, 23 Jun 2026 12:58:48 +0200 Subject: [PATCH] deps: Update quinn-proto for audit #### Problem quinn-proto has a security advisory out #### Summary of changes Bump it to a fixed version. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff21fd0..3564160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.12" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" +checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" dependencies = [ "bytes", "getrandom 0.3.3",