Skip to content

Commit

Permalink
deps: update encoding_rs
Browse files Browse the repository at this point in the history
This commit bumps the version of encoding_rs to use the latest release.
This appears to fix a panic in UTF-16 decoding.

Fixes #1089
  • Loading branch information
BurntSushi committed Oct 22, 2018
1 parent acf226c commit fb62266
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grep-searcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Unlicense/MIT"

[dependencies]
bytecount = "0.3.2"
encoding_rs = "0.8.6"
encoding_rs = "0.8.10"
encoding_rs_io = "0.1.3"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
log = "0.4.5"
Expand Down

0 comments on commit fb62266

Please sign in to comment.