Skip to content

v3.5.0

Compare
Choose a tag to compare
@bradfier bradfier released this 22 Dec 12:47
· 29 commits to master since this release
v3.5.0
34d3134

Changes

  • Replaced our use of the brotli2 crate with the alternative pure Rust implementation brotli. This removes Rouille's vulnerability to RUSTSEC-2021-0131, which existed due to brotli-sys bundling a vulnerable version of the underlying C library.
  • Unpinned time-rs and as a result increased our MSRV to 1.51, we don't have a formal MSRV policy and the ecosystem is making it more and more difficult to support compiler versions more than about 6 months old.

All Changes: v3.4.0...v3.5.0