Update html-diff crate => fix unicode parsing and invalid paths

This commit is contained in:
Guillaume Gomez 2018-01-15 00:40:49 +01:00
parent 3f92e8d898
commit e2bd0e15dc
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ doctest = false
[dependencies]
pulldown-cmark = { version = "0.1.0", default-features = false }
html-diff = "0.0.5"
html-diff = "0.0.6"
tempdir = "0.3"
[build-dependencies]