BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
402 stars 27 forks source link

build(deps): update octets requirement from 0.2.0 to 0.3.0 #132

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on octets to permit the latest version.

Release notes

Sourced from octets's releases.

🚢 0.3.0

Highlights:

  • Support for draft-25 and draft-27 (along draft-23 and -24).
  • Preliminary scaffolding for supporting multiple congestion control algorithms.
  • Support for newer Android NDKs.
  • More aggressive backpressure on stream writes.
  • Delivery rate estimation exposed via Stats API.
  • Various bug fixes and performance improvements.

Full changelog at https://github.com/cloudflare/quiche/compare/0.2.0...0.3.0

Commits
  • e25fe83 0.3.0
  • 03ee78a fix invalid_initial() and invalid_packet() tests
  • 47eb1bb h3: condense frame type and length sends
  • 9aa12b8 h3: remove remaining DUPICATE_PUSH remanants
  • 02cec52 HANDSHAKE_DONE is also ack-eliciting and in-flight
  • 5a0656d ensure we can add more frames in the packet
  • 2f2dfab qns: actually enable 0-RTT in resumption/zerortt tests
  • 77f9f8b qns: enable 0-RTT test where supported
  • af998f1 qns: disable resumption test on the client
  • c0c0b2b avoid some needless small allocations when creating packets
  • Additional commits viewable in compare view


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 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)