fix(deps): patch quinn-proto to 0.11.15 - #457
Merged
Merged
Conversation
freshtonic
approved these changes
Aug 19, 2026
freshtonic
left a comment
Contributor
There was a problem hiding this comment.
Approving.
Verified against the advisory rather than the PR body:
- GHSA-4w2j-m93h-cj5j — "Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly", High,
quinn-proto >= 0.1.0, < 0.11.15→ first patched0.11.15. The bump lands exactly on the floor. - Diff is a single
Cargo.lockentry (version + checksum), noCargo.tomlchange — consistent with the claim thatquinn = 0.11.8's existing constraint already admits 0.11.15, so there's no semver-incompatible surface here. - No other
quinn-protoentry left in the lockfile.
CI is fully green, including all four Postgres integration matrices (14/15/16/17) and the performance regression check — so the one unchecked box in the test plan (integration suite not runnable locally without docker) is covered.
Nothing further from me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
quinn-proto(transitive dependency viaquinn) from 0.11.14 to 0.11.15cargo update -p quinn-proto --precise 0.11.15resolved cleanly within the existingquinn = 0.11.8constraint, so noquinnversion bump orCargo.tomlchange was neededTest plan
cargo build --workspacesucceedscargo test --lib -p cipherstash-proxy(132 tests) passes single-threadedmise run test, requires docker-compose Postgres) not run locally — no docker available in this environment; CI will cover it