Skip to content

Bump quinn-proto from 0.11.14 to 0.11.16 in /native/rust - #48

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/all-1a38b5c3f9
Open

Bump quinn-proto from 0.11.14 to 0.11.16 in /native/rust#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/all-1a38b5c3f9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps quinn-proto from 0.11.14 to 0.11.16.

Release notes

Sourced from quinn-proto's releases.

quinn-proto-0.11.16

What's Changed

Commits
  • a96949f Take semver-compatible update for anyhow
  • 5429f60 udp: bump version to 0.5.15
  • 262a493 proto: bump version to 0.11.16
  • c19b63a Upgrade rustls-platform-verifier to 0.7
  • aff3652 Disable default features for fastbloom
  • 01b2eee Upgrade fastbloom to 0.17
  • 2c82013 Switch BBR RNG to PCG
  • 544dd9e Upgrade to rand 0.10.1
  • a7499b8 Bump versions for release
  • 7c1970f proto: yield error on too many gaps in assembler
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.14 to 0.11.16.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.14...quinn-proto-0.11.16)

---
updated-dependencies:
- dependency-name: quinn-proto
  dependency-version: 0.11.16
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 28, 2026
jplock added a commit that referenced this pull request Jul 29, 2026
GitHub reported 15 open Dependabot alerts against the lockfiles that landed
in #46, six of them high. Dependabot opened eight PRs for them; this fixes
the underlying alerts in one change instead.

react-router 7 -> 8 in spa/react is a genuine major, and the only route to
the fix: react-router-dom is capped at 7.18.2, so the patched version only
exists in the `react-router` package. Four imports move (BrowserRouter,
Routes, Route, useNavigate). This was the last outstanding major upgrade in
the repo.

Everything else was transitive. Most cleared with `npm audit fix`, which is
non-breaking:

  path-to-regexp  8.3.0  -> 8.4.2   HIGH, ReDoS
  qs              6.15.0 -> 6.15.3  MEDIUM, DoS
  body-parser     2.2.2  -> 2.3.0   LOW

Three could not, because npm's own fix proposes a multi-major downgrade of
the direct dependency -- next@9.3.3 (from 16), @sveltejs/kit@0.0.30 (from
2.70), @angular/cli@21 (from 22). Those use npm `overrides` to pin the
patched transitive instead:

  postcss           ^8.5.24  HIGH, XSS + path traversal
  sharp             ^0.35.3  HIGH, libvips CVEs
  cookie            ^0.7.2   LOW
  @hono/node-server ^2.0.12  MEDIUM

That last one also resolves the advisory left open in #46, where the only
offered fix was downgrading the Angular CLI.

Supersedes Dependabot #41 and #48-55; every version those PRs asked for is
now met or exceeded. The two rand PRs no longer apply at all -- jsonwebtoken's
rust_crypto backend pulls 0.8.7 and 0.10.2, not the 0.9.x line they target.

Verified: 27/27 build and smoke; web, mcp, a2a, native and claims suites =
69 passed, 0 failures. npm audit clean in all 11 directories, pip-audit clean
in all 10.

Co-authored-by: Claude <noreply@anthropic.com>
@jplock

jplock commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@jplock

jplock commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant