Rouille, Rust web server middleware v3.4 Release Notes

    • 🔨 Resolved a number of cleanup & refactoring TODOs
    • Correctly identify non-lowercase content types as text (e.g. text/JSON would be incorrectly identified as non-text).
    • 📌 Pinned time-rs to 0.3.2 to avoid a semver-breaking change in their MSRV.
    • ⬆️ Bumped chrono to 0.4.19 and disabled their default feature set to avoid warnings about RUSTSEC-2020-0071 (Rouille was never vulnerable, but used a vulnerable version of chrono).