v3.4.0
Changes
- 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 aboutRUSTSEC-2020-0071
(Rouille was never vulnerable, but used a vulnerable version ofchrono
).