Skip to content

v3.4.0

Compare
Choose a tag to compare
@bradfier bradfier released this 04 Nov 11:29
· 32 commits to master since this release
v3.4.0
92c28b3

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 about RUSTSEC-2020-0071 (Rouille was never vulnerable, but used a vulnerable version of chrono).