Fixes
- 9c58496 Bugfix/security dependency updates including httparse, flate2, h2, tracing, brotli, windows-rs and other crates (also bc62634, 8a1d1cb, eabc559).
- 041f0f8 Prevent arbitrary files access on Windows.
It mitigates accessing files outside of server root directory on Windows when a drive letter is used as part of a request URL. E.ghttp://localhost:1234/whatever/c:/windows/win.ini.
Refactorings
- fa05773 Small performance improvement for tracing.
Docs