From 6cb800c4c8ba57474cb43566746ccd9ab2c6b810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Tue, 28 Jan 2025 14:37:28 +0100 Subject: [PATCH] feat(netwatch): Allow newer `quinn-udp` versions --- netwatch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 3ac2605..ccd7f46 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -25,7 +25,7 @@ futures-util = "0.3" libc = "0.2.139" netdev = "0.31.0" once_cell = "1.18.0" -quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" } +quinn-udp = { package = "iroh-quinn-udp", version = "0.5" } socket2 = "0.5.3" thiserror = "2" time = "0.3.20"