Skip to content

Commit

Permalink
build(deps): bump mrml from 4.0.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [mrml](https://github.com/jdrouet/mrml) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/jdrouet/mrml/releases)
- [Changelog](https://github.com/jdrouet/mrml/blob/main/changelog.md)
- [Commits](jdrouet/mrml@mrml-v4.0.1...mrml-v5.0.0)

---
updated-dependencies:
- dependency-name: mrml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 1e24667 commit f508292
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deunicode = "1.6.0"
getrandom = { version = "0.3.1", features = ["wasm_js"] }
html5ever = "0.29.1"
js-sys = "0.3.77"
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
mrml = { version = "5.0.0", features = ["parse", "render"], default-features = false }
nom = { version = "8.0.0", features = ["alloc"] }
pulldown-cmark = "0.13.0"
pulldown-cmark-escape = "0.11.0"
Expand Down

0 comments on commit f508292

Please sign in to comment.