Skip to content

Commit 1f38fec

Browse files
Update Rust (#4)
* Update Rust dependencies * Try fixing breaking API changes in html5ever * Fix formatting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
1 parent 96ca434 commit 1f38fec

File tree

4 files changed

+159
-83
lines changed

4 files changed

+159
-83
lines changed

Cargo.lock

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

crates/matrix_mentions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ custom-matrix-urls = []
1616

1717
[dependencies]
1818
cfg-if = "1.0.0"
19-
ruma-common = "0.13.0"
19+
ruma-common = "0.15.0"

crates/wysiwyg/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ 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.30.0", optional = true }
2323
once_cell = "1.13.0"
24-
pulldown-cmark = { version = "0.11.0", default-features = false, features = ["html"] }
25-
strum = "0.26"
26-
strum_macros = "0.26"
24+
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
25+
strum = "0.27"
26+
strum_macros = "0.27"
2727
unicode-segmentation = "1.7.1"
2828
wasm-bindgen = { version = "0.2.83", default-features = false, optional = true }
2929
web-sys = { version = "0.3.60", default-features = false, features = ["Document", "DomParser", "HtmlElement", "Node", "NodeList", "SupportedType"], optional = true }
@@ -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.11.0"
38+
speculoos = "0.12.0"
3939

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

0 commit comments

Comments
 (0)