Skip to content

Commit af4791f

Browse files
authored
Update html5ever to v0.27 (#140)
1 parent 308729c commit af4791f

File tree

2 files changed

+50
-42
lines changed

2 files changed

+50
-42
lines changed

native/html5ever_nif/Cargo.lock

Lines changed: 48 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/html5ever_nif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ crate-type = ["cdylib"]
1313
# See the Precompilation guide for details about the features: https://github.com/philss/rustler_precompiled/blob/main/PRECOMPILATION_GUIDE.md
1414
rustler = { version = "0.32", default-features = false, features = ["derive", "nif_version_2_15"] }
1515

16-
html5ever = "0.26"
17-
markup5ever = "0.11"
16+
html5ever = "0.27"
17+
markup5ever = "0.12"
1818

1919
tendril = "0.4"
2020
lazy_static = "1.4"

0 commit comments

Comments
 (0)