Closed finnbear closed 2 months ago
This library (which is the general recommended way in rust) does not publish Cargo.lock
.
This means the consumers of wtransport
will get whatever quinn
/quinn-proto
(as all other deps) version is semver compatible.
In particular, from Cargo.toml, consumers of wtransport
are going to use any quinn
0.11.x
versions.
Nevertheless, I want to keep this CR and update the manifest (Cargo.toml
) for maintenance purpose and keep it aligned with the current "live" versions if possible
As always, thank you for work on quinn and this library! :)
Update to a version of
quinn
that enforces a version ofquinn-proto
that is patched against CVE-2024-45311.