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

deps: bump quinn-proto from 0.9.2 to 0.10.1 #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2023

Bumps quinn-proto from 0.9.2 to 0.10.1.

Release notes

Sourced from quinn-proto's releases.

0.10.0

We are happy to announce the release of 0.10.0 of Quinn, our pure-Rust implementation of QUIC. This release introduces MTU discovery, updates to the latest version of rustls, improves platform support, and introduces a variety of new features, performance improvements, and bugfixes.

Improvements

  • Initial support for PLPMTUD (#1510 with followup in #1529, thanks to @​aochagavia)
  • Bump rustls to 0.21.0 (#1515, thanks to @​cpu)
  • Fix: build and tests on FreeBSD 13.2 (#1555, thanks to @​Tirka)
  • Fail FreeBSD CI if any step fails (#1557, thanks to @​Tirka)
  • Fragmentation handling improvements (#1547)
  • Add missing exports of stats types (#1546)
  • Rename config option to min_mtu for clarity (#1552)
  • Duplicate Transmit and EcnCodepoint across -proto and -udp (#1541)
  • quinn: take Arc<dyn Runtime> directly (#1534)
  • Support external crypto implementations (#1496, thanks to @​nmittler)
  • Do not require &mut self in AsyncUdpSocket::poll_send (#1519, thanks to @​dignifiedquire)
  • Getters for stream concurrency metrics and related documentation (#1518, thanks to @​FlorianUekermann)
  • Fallback to not using ECN if IP_TOS is not supported (#1516, thanks to @​link2xt)
  • Implement fallback for sendmmsg and recvmmsg (#1504, thanks to @​link2xt)
  • Borrow self in read_to_end, rather than consuming (#1502)
  • Improve error when connecting with an unsupported version (#1482)
  • Fix racy Endpoint::wait_idle (#1477)
  • Re-export udp::{RecvMeta, UdpState} for AsyncUdpSocket (#1476, thanks to @​XOR-op)
  • Route logs via log crate by default when tracing isn't used (#1473)
  • Fail gracefully on attempts to connect to an unspecified IP address (#1474)
  • add FreeBSD IP_RECVDSTADDR support (#1447, thanks to @​lucifer9)

Documentation

Internal improvements

On behalf of the Quinn team, @​djc and @​Ralith, thanks to all contributors!

0.9.3

No release notes provided.

Commits
  • 4b309cd bump quinn, quinn-proto crate versions.
  • 2f72a5b deps: remove webpki dependency.
  • c0b9d42 docs: update the MSRV in the README
  • 044eab5 Update clap
  • a66ee19 Only check libraries against MSRV
  • 1dd88e6 Update remaining crates to 2021
  • 92ab791 Upgrade socket2 to 0.5
  • 9e26ea9 Fix visibility warnings on non-Unix platforms
  • 7d006c0 switch to Bytes to allow cheap cloning
  • d08ad01 perf: specialize slice extension in Datagram::encode
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

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

---
updated-dependencies:
- dependency-name: quinn-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 12, 2023
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.

0 participants