Skip to content

Commit

Permalink
Update html5ever to prevent future incompat code in xml5ever
Browse files Browse the repository at this point in the history
  • Loading branch information
jblachly committed Aug 6, 2024
1 parent 0d383bf commit a7a23d7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 35 deletions.
76 changes: 43 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ markup = ["html5ever"]
pandoc = ["pandoc_types"]

[dependencies]
html5ever = { version = "0.25.1", optional = true }
html5ever = { version = "0.27", optional = true }
pandoc_types = { path = "../pandoc-types", optional = true }
fnv = "1.0.7"
# don't need lexical as it is only used to parse floats
Expand All @@ -35,7 +35,7 @@ smartstring = { version = "1.0.1", features = ["serde" ] }
# a Cow that can hold a smartstring
cervine = { version = "0.0.6", features = ["serde" ] }
lazy-transform-str = "0.0.6"
markup5ever_rcdom = "0.1.0"
markup5ever_rcdom = "0.3.0"
ucd-trie = "0.1.3"
unic-ucd-category = "0.9.0"
once_cell = "1.7.2"
Expand Down

0 comments on commit a7a23d7

Please sign in to comment.