From 2d2561745ef87c3138153a6d1994f84729169935 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 20 Sep 2023 22:39:32 +0200 Subject: [PATCH] Bump quinn-proto to 0.9.5 --- quinn-proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index 3b8b74086..473c06478 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-proto" -version = "0.9.4" +version = "0.9.5" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "State machine for the QUIC transport protocol"