Skip to content

Commit

Permalink
Upgrade to markup5ever 0.14 and xml5ever 0.20 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Sep 12, 2024
1 parent 8291e27 commit e70c561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ url = { version = "2.5", features = ["serde"], optional = true }
uuid = { version = "1.7.0", optional = true }
void = "1.0.2"
webrender_api = { git = "https://github.com/servo/webrender", branch = "0.65", optional = true }
xml5ever = { version = "0.19", optional = true }
xml5ever = { version = "0.20", optional = true }
2 changes: 1 addition & 1 deletion style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy_static = "1"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
markup5ever = { version = "0.13", optional = true }
markup5ever = { version = "0.14", optional = true }
matches = "0.1"
mime = { version = "0.3.13", optional = true }
num_cpus = {version = "1.1.0"}
Expand Down

0 comments on commit e70c561

Please sign in to comment.