1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix handling of mallformed utf8

This commit is contained in:
Robin Appelman 2020-12-06 21:22:53 +01:00
commit 8f754d3f44
4 changed files with 8 additions and 5 deletions

6
Cargo.lock generated
View file

@ -69,7 +69,9 @@ dependencies = [
[[package]]
name = "bitbuffer"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ec331c3602bf9f2fde16a85cb3ddf13219f9653ee55c18948ff4418c85cfbb0"
dependencies = [
"bitbuffer_derive",
"err-derive",
@ -80,6 +82,8 @@ dependencies = [
[[package]]
name = "bitbuffer_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f51dcbe693d21078994abd2afac5adc9bcc80fbdf80206ebdb33fec4a145693"
dependencies = [
"proc-macro2",
"quote",