Skip to content

Commit c0c287d

Browse files
Update Rust
1 parent 72d550d commit c0c287d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

crates/wysiwyg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ assert-invariants = []
1919
[dependencies]
2020
cfg-if = "1.0.0"
2121
html-escape = "0.2.11"
22-
html5ever = { version = "0.30.0", optional = true }
22+
html5ever = { version = "0.31.0", optional = true }
2323
once_cell = "1.13.0"
2424
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
2525
strum = "0.27"

0 commit comments

Comments
 (0)