Skip to content

Commit

Permalink
Update Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 75fb129 commit 400b4d6
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 42 deletions.
118 changes: 79 additions & 39 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/wysiwyg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "AGPL-3.0"
name = "wysiwyg"
version = "2.37.10"
version = "2.37.9"
rust-version = { workspace = true }

[features]
Expand All @@ -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 400b4d6

Please sign in to comment.