File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 3.4
4+ - Resolved a number of cleanup & refactoring TODOs
5+ - Correctly identify non-lowercase content types as text (e.g. ` text/JSON `
6+ would be incorrectly identified as non-text).
7+ - Pinned ` time-rs ` to 0.3.2 to avoid a semver-breaking change in their MSRV.
8+ - Bumped ` chrono ` to 0.4.19 and disabled their default feature set to avoid
9+ warnings about ` RUSTSEC-2020-0071 ` (Rouille was never vulnerable, but used a
10+ vulnerable version of ` chrono ` ).
11+
312## Version 3.3.1
413- Use ` .strip_prefix ` in place of ` .starts_with ` where appropriate, this stops a Clippy lint from
514 leaking out of our ` router! ` macro and into downstream code.
Original file line number Diff line number Diff line change 11[package ]
22name = " rouille"
3- version = " 3.3.1 "
3+ version = " 3.4.0 "
44authors = [
" Pierre Krieger <[email protected] >" ]
55license = " MIT/Apache-2.0"
66repository = " https://github.com/tomaka/rouille"
You can’t perform that action at this time.
0 commit comments