update deps

This commit is contained in:
2020-10-28 13:24:07 +01:00
parent b65e05e549
commit cbd24600c4
2 changed files with 286 additions and 323 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "htmlextract"
version = "0.1.0"
authors = ["Shimun <shimun@shimun.net>"]
version = "0.1.1"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
[profile.release]
@@ -11,7 +11,7 @@ panic = 'abort'
opt-level = 'z'
[dependencies]
kuchiki = "0.7.2"
kuchiki = "0.8.1"
structopt = "0.2.15"
html5ever = "0.22.5"
markup5ever = "0.7.5"
html5ever = "0.25.1"
markup5ever = "0.10.0"