From 68b85a2ca1ccb470ff408b28f0870f79725aabde Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 9 May 2023 15:06:27 +0200 Subject: [PATCH] fixup --- quinn-udp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/quinn-udp/Cargo.toml b/quinn-udp/Cargo.toml index 318fa3647e..a25fa5cff6 100644 --- a/quinn-udp/Cargo.toml +++ b/quinn-udp/Cargo.toml @@ -22,6 +22,7 @@ log = ["tracing/log"] maintenance = { status = "experimental" } [dependencies] +bytes = "1" libc = "0.2.113" socket2 = "0.4" # 0.5.1 has an MSRV of 1.63 tracing = "0.1.10"