Bug 1511811 - Update Servo's version of encoding_rs.

This commit is contained in:
Emilio Cobos Álvarez 2018-12-02 13:56:33 -05:00
Родитель 0faf4cc0c4
Коммит 6461b805b2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@ byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.25"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
encoding_rs = {version = "0.8", optional = true}
euclid = "0.19"
fallible = { path = "../fallible" }
fxhash = "0.2"