8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
211 stars 17 forks source link

fix(deps): update rust crate quinn to v0.11.2 - autoclosed #308

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quinn dependencies patch 0.11.1 -> 0.11.2

Release Notes

quinn-rs/quinn (quinn) ### [`v0.11.2`](https://togithub.com/quinn-rs/quinn/releases/tag/0.11.2) [Compare Source](https://togithub.com/quinn-rs/quinn/compare/0.11.1...quinn-0.11.2) A collection of smaller fixes and improvements, including those in quinn 0.11.1 and quinn-udp 0.5.1. Thanks to all contributors! ##### What's Changed - Test voluntary acks when sending max-size datagrams by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1856](https://togithub.com/quinn-rs/quinn/pull/1856) - Clarify Connection::space_can_send logic by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1851](https://togithub.com/quinn-rs/quinn/pull/1851) - Fix previous path validation allowing flows to be linked across migration by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1857](https://togithub.com/quinn-rs/quinn/pull/1857) - proto: allow rustls::ClientConfig without initial suite by [@​djc](https://togithub.com/djc) in [https://github.com/quinn-rs/quinn/pull/1859](https://togithub.com/quinn-rs/quinn/pull/1859) - Reduce black hole detection false positives by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1858](https://togithub.com/quinn-rs/quinn/pull/1858) - Centralize and update `local_ip` platform support documentation by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1868](https://togithub.com/quinn-rs/quinn/pull/1868) - Relax unnecessary unique borrow by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1871](https://togithub.com/quinn-rs/quinn/pull/1871) - Fix bytes read count in ReadExactError::FinishedEarly by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1875](https://togithub.com/quinn-rs/quinn/pull/1875) - Support openbsd by [@​flub](https://togithub.com/flub) in [https://github.com/quinn-rs/quinn/pull/1863](https://togithub.com/quinn-rs/quinn/pull/1863) - proto: make NoInitialCipherSuite Copy by [@​djc](https://togithub.com/djc) in [https://github.com/quinn-rs/quinn/pull/1876](https://togithub.com/quinn-rs/quinn/pull/1876) - Fix stopped recv stream flow control underflow under reordering by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1869](https://togithub.com/quinn-rs/quinn/pull/1869) - Trivial SendStream error cleanup by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1872](https://togithub.com/quinn-rs/quinn/pull/1872) - Simpler and more precise ID flow control update check in Chunks by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1874](https://togithub.com/quinn-rs/quinn/pull/1874) - Introduce RecvStream::received_reset by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1873](https://togithub.com/quinn-rs/quinn/pull/1873) - proto: make PartialDecode API public by [@​thynson](https://togithub.com/thynson) in [https://github.com/quinn-rs/quinn/pull/1865](https://togithub.com/quinn-rs/quinn/pull/1865) - Make ConnectionIdParser object-safe, and accept trait object impls by [@​Ralith](https://togithub.com/Ralith) in [https://github.com/quinn-rs/quinn/pull/1878](https://togithub.com/quinn-rs/quinn/pull/1878)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.66%. Comparing base (7075878) to head (abd009d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #308 +/- ## ======================================= Coverage 41.66% 41.66% ======================================= Files 86 86 Lines 9151 9151 ======================================= Hits 3813 3813 Misses 5338 5338 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.