From bf82a5a5cf1892392755755a3996143004bb27dc Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 13 Sep 2024 16:34:45 +0300 Subject: [PATCH] chore: Bump quinn-udp to 0.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 815470bddd..a289b28816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rust-version = "1.76.0" [workspace.dependencies] log = { version = "0.4", default-features = false } qlog = { version = "0.13", default-features = false } -quinn-udp = { version = "0.5.4", default-features = false, features = ["direct-log"] } +quinn-udp = { version = "0.5.5", default-features = false, features = ["direct-log"] } [workspace.lints.clippy] cargo = { level = "warn", priority = -1 }