🐛 Fixes
Security fix: update h2 dependency
References:
- https://rustsec.org/advisories/RUSTSEC-2024-0332
- https://seanmonstar.com/blog/hyper-http2-continuation-flood/
- https://www.kb.cert.org/vuls/id/421644
The router's performance could be degraded when receiving a flood of HTTP/2 CONTINUATION frames, when the Router is set up to terminate TLS for client connections.
By @Geal