From a0d309385bfe6510593e74591f4f683ce0dd6ced Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 23 Feb 2024 10:03:48 +0100 Subject: [PATCH] fix: include quinn-udp IPv4-mapped IPv6 patch https://github.com/quinn-rs/quinn/pull/1765 --- neqo-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index 080df3d1c0..7017ff9600 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -15,7 +15,7 @@ enum-map = "2.7" env_logger = { version = "0.10", default-features = false } log = { version = "0.4", default-features = false } qlog = "0.12" -quinn-udp = { git = "https://github.com/quinn-rs/quinn/", rev = "1c7c46049c55939764d32754bf22080f1f648d5a", optional = true } +quinn-udp = { git = "https://github.com/quinn-rs/quinn/", rev = "a947962131aba8a6521253d03cc948b20098a2d6", optional = true } time = { version = "0.3", features = ["formatting"] } tokio = { version = "1", features = ["net", "time", "macros", "rt", "rt-multi-thread"], optional = true }