diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fde9b34e9..98046ad6b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -5355,7 +5355,7 @@ dependencies = [ [[package]] name = "quinn-udp" version = "0.5.11" -source = "git+https://github.com/quinn-rs/quinn?branch=main#8f1a529837c7c99741d4097446a85e4482bf65b3" +source = "git+https://github.com/quinn-rs/quinn?branch=main#19a625de606ea8e83bbf8e5c9265f21ebef193da" dependencies = [ "cfg_aliases", "libc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bdebdb9c2..ca12c20de 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -118,7 +118,7 @@ phoenix-channel = { path = "phoenix-channel" } png = "0.17.16" proptest = "1.6.0" proptest-state-machine = "0.3.1" -quinn-udp = { version = "0.5.8" } +quinn-udp = { version = "0.5.8", features = ["fast-apple-datapath"] } rand = "0.8.5" gat-lending-iterator = "0.1.6" rand_core = "0.6.4"