deps: bump encoding_rs to 0.8.16

This brings in an updated `encoding_rs` crate that uses `packed_simd`,
which compiles on the latest nightly. Compilation times do appear to be
impacted significantly though.

Fixes #1175 (again)
This commit is contained in:
Andrew Gallant
2019-02-07 17:05:14 -05:00
parent 147e96914c
commit de0bc78982
3 changed files with 18 additions and 20 deletions

View File

@@ -14,9 +14,8 @@ TODO.
* The `avx-accel` feature of ripgrep has been removed since it is no longer
necessary. All uses of AVX in ripgrep are now enabled automatically via
runtime CPU feature detection. The `simd-accel` feature does remain
available, however, it is broken in the latest nightly release of Rust.
See [#1175](https://github.com/BurntSushi/ripgrep/issues/1175) for more
info.
available, however, it does increase compilation times substantially at the
moment.
Feature enhancements: