Skip to content

Commit 329c382

Browse files
Update Rust
1 parent 1f9a578 commit 329c382

File tree

2 files changed

+36
-28
lines changed

2 files changed

+36
-28
lines changed

Cargo.lock

Lines changed: 34 additions & 26 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,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.35.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"
@@ -35,7 +35,7 @@ regex="1.9.5"
3535
matrix_mentions = { path = "../matrix_mentions" }
3636

3737
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
38-
speculoos = "0.12.0"
38+
speculoos = "0.13.0"
3939

4040
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
4141
wasm-bindgen-test = "0.3.33"

0 commit comments

Comments
 (0)