Skip to content

Commit

Permalink
Update Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 0fc68b5 commit d93c86a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 47 deletions.
120 changes: 76 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/matrix_mentions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ custom-matrix-urls = []

[dependencies]
cfg-if = "1.0.0"
ruma-common = "0.13.0"
ruma-common = "0.14.0"
4 changes: 2 additions & 2 deletions crates/wysiwyg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ assert-invariants = []
[dependencies]
cfg-if = "1.0.0"
html-escape = "0.2.11"
html5ever = { version = "0.27.0", optional = true }
html5ever = { version = "0.29.0", optional = true }
once_cell = "1.13.0"
pulldown-cmark = { version = "0.11.0", default-features = false, features = ["html"] }
pulldown-cmark = { version = "0.12.0", default-features = false, features = ["html"] }
strum = "0.26"
strum_macros = "0.26"
unicode-segmentation = "1.7.1"
Expand Down

0 comments on commit d93c86a

Please sign in to comment.