quinn: bump dependency on tokio to 1.13

We now use `UdpSocket::poll_send_ready()` and `UdpSocket::poll_recv_ready()`.
This commit is contained in:
Dirkjan Ochtman
2022-10-26 13:01:37 +02:00
committed by Benjamin Saunders
parent 57bd7643e7
commit 28a2c8052c
+1 -1
View File
@@ -42,7 +42,7 @@ proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9", def
rustls = { version = "0.20.3", default-features = false, features = ["quic"], optional = true }
thiserror = "1.0.21"
tracing = "0.1.10"
tokio = { version = "1.0.1", features = ["sync"] }
tokio = { version = "1.13.0", features = ["sync"] }
udp = { package = "quinn-udp", path = "../quinn-udp", version = "0.3" }
webpki = { version = "0.22", default-features = false, optional = true }