From f5082926131a5f62ea278e3a1b479f39c189026b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:43:19 +0000 Subject: [PATCH] build(deps): bump mrml from 4.0.1 to 5.0.0 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](https://github.com/jdrouet/mrml/compare/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] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2a6b71..8fcf542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,6 +142,12 @@ dependencies = [ "match_token", ] +[[package]] +name = "htmlparser" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48ce8546b993eaf241d69ded33b1be6d205dd9857ec879d9d18bd05d3676e144" + [[package]] name = "icu_collections" version = "1.5.0" @@ -383,16 +389,16 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mrml" -version = "4.0.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a5fb21b06edad8397bd7e0e6dcef12013b33e979e3ae14f126899ba524f491e" +checksum = "9daf3c183141de1d3d2db6f275536c70ebfb87b11ed4b0c709b1103d1c9d3ede" dependencies = [ "enum-as-inner", + "htmlparser", "indexmap", "itertools", "rustc-hash", "thiserror 1.0.69", - "xmlparser", ] [[package]] @@ -988,12 +994,6 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" -[[package]] -name = "xmlparser" -version = "0.13.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" - [[package]] name = "yoke" version = "0.7.5" diff --git a/Cargo.toml b/Cargo.toml index 63ed7d3..d5b67a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"