Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quinn-proto from 0.11.6 to 0.11.9 #311

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps quinn-proto from 0.11.6 to 0.11.9.

Commits
  • d23e4e4 CI: add test for netbsd
  • bb4df4d fixes quinn-rs/quinn#2033
  • 66546dd quinn: bump version to 0.11.6
  • ca1f2ef Revert "crypto: expose negotiated_cipher_suite in the hadshake data"
  • 2a8b904 proto: bump version to 0.11.9
  • eebccff quinn: Fix missing re-exports
  • 7944e0f proto: Fix missing re-exports
  • 8c66491 proto: Rename frame::Type to FrameType
  • 18b7956 build(deps): update thiserror requirement from 1.0.21 to 2.0.3
  • 9be256e feat: enable rustls logging, gated by rustls-log feature flag
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.6 to 0.11.9.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.6...quinn-proto-0.11.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2025
@calvinrp calvinrp self-requested a review January 8, 2025 16:52
calvinrp pushed a commit that referenced this pull request Jan 20, 2025
I noticed #311 was
failing on the `diesel_cli` install step.

Digging in a bit, I noticed the [`ubuntu-latest` runner image was
changed](actions/runner-images#10636) to point
from [Ubuntu 22.04, which has `libsqlite3-dev` installed by
default](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#installed-apt-packages),
to [Ubuntu 24.04 instead and that no longer includes `libsqlite3-dev` in
the default apt
packages](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#installed-apt-packages).

This simply adjusts the features that are enabled from defaults to just
`postgres`, which is what the CI workflow uses.

Additionally I folded in the changes from #313:
> Per the failure in
#312, Rust 1.84
deprecated wasm32-wasi target, and thus it now needs to be set to either
wasm32-wasip1 or wasm32-wasip2.
> 
> I wasn't sure if we wanted to target p1 or p2, so I defaulted to p2,
but happy to switch it to p1 if that's preferred.

---------

Signed-off-by: Joonas Bergius <[email protected]>
@joonas
Copy link
Contributor

joonas commented Jan 20, 2025

@dependabot rebase should do the trick here

@calvinrp calvinrp closed this Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/quinn-proto-0.11.9 branch January 20, 2025 20:59
@calvinrp calvinrp restored the dependabot/cargo/quinn-proto-0.11.9 branch January 20, 2025 20:59
@calvinrp calvinrp reopened this Jan 20, 2025
@calvinrp calvinrp merged commit ec8b1a1 into main Jan 20, 2025
11 of 12 checks passed
@calvinrp calvinrp deleted the dependabot/cargo/quinn-proto-0.11.9 branch January 20, 2025 21:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants