Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 86748ea

Browse files
Update Rust
1 parent e8b5f33 commit 86748ea

File tree

2 files changed

+63
-32
lines changed

2 files changed

+63
-32
lines changed

Cargo.lock

Lines changed: 61 additions & 30 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ assert-invariants = []
1919
[dependencies]
2020
cfg-if = "1.0.0"
2121
html-escape = "0.2.11"
22-
html5ever = { version = "0.27.0", optional = true }
22+
html5ever = { version = "0.28.0", optional = true }
2323
once_cell = "1.13.0"
24-
pulldown-cmark = { version = "0.11.0", default-features = false, features = ["html"] }
24+
pulldown-cmark = { version = "0.12.0", default-features = false, features = ["html"] }
2525
strum = "0.26"
2626
strum_macros = "0.26"
2727
unicode-segmentation = "1.7.1"

0 commit comments

Comments
 (0)