diff --git a/Cargo.toml b/Cargo.toml index 1c9de115fa..8d3c8726d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rust-version = "1.76.0" [workspace.dependencies] log = { version = "0.4", default-features = false } qlog = { version = "0.13", default-features = false } -quinn-udp = { version = "0.5.4", default-features = false, features = ["direct-log"] } +quinn-udp = { version = "0.5.6", default-features = false, features = ["direct-log"] } [workspace.lints.clippy] cargo = { level = "warn", priority = -1 }