Skip to content

Commit

Permalink
chore: update to quinn-udp v0.5.6 (#2209)
Browse files Browse the repository at this point in the history
Currently we use `quinn-udp` `v0.5.4`.

`quinn-udp` `v0.5.5` fixes [`recvmmsg` calls on Android x86](quinn-rs/quinn#1966).

`quinn-udp` `v0.5.6` adds [experimental multi-message support on Apple
platforms](quinn-rs/quinn#1993) and [fixes an
unnecessary `windows-sys` version
restriction](quinn-rs/quinn#2021).

While not strictly necessary, given that our current version specification (i.e.
`version = "0.5.4"`) already allows users to use Neqo with `quinn-udp` `v0.5.6`,
this commit updates to `quinn-udp` `v0.5.6` anyways, thus making sure CI tests
with latest version.

In case #2208 lands, future compatible
version updates would touch the `Cargo.lock` file, not `Cargo.toml`.
  • Loading branch information
mxinden authored Oct 31, 2024
1 parent 8e36f63 commit 3bfde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3bfde0d

Please sign in to comment.