From d2921a6b252aa6d59c9c4311cbab20f39690b985 Mon Sep 17 00:00:00 2001 From: Antonio Vicente Date: Wed, 27 May 2026 09:30:08 -0700 Subject: [PATCH] quiche: release 0.29.1 --- Cargo.toml | 2 +- quiche/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1859c7c239..d3cc5ec206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ octets = { version = "0.3.5", path = "./octets" } parking_lot = { version = "0.12.1", default-features = false } pin-project = { version = "1.0.12" } qlog = { version = "0.18.0", path = "./qlog" } -quiche = { version = "0.29.0", path = "./quiche" } +quiche = { version = "0.29.1", path = "./quiche" } regex = { version = "1.4.2" } ring = { version = "0.17.8" } rstest = { version = "0.26.1" } diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 60981eab07..bde39a3589 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiche" -version = "0.29.0" +version = "0.29.1" description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3" repository = { workspace = true } authors = ["Alessandro Ghedini "]