From dc9465e6a0aed0bdde7b7a22632675919cad3125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:33:54 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark-escape from 0.10.1 to 0.11.0 Bumps [pulldown-cmark-escape](https://github.com/raphlinus/pulldown-cmark) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/commits/v0.11.0) --- updated-dependencies: - dependency-name: pulldown-cmark-escape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36d0b5b..7aa1b24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ "mrml", "nom", "pulldown-cmark", - "pulldown-cmark-escape 0.10.1", + "pulldown-cmark-escape", "serde", "serde-wasm-bindgen", "textwrap", @@ -558,16 +558,10 @@ dependencies = [ "bitflags", "getopts", "memchr", - "pulldown-cmark-escape 0.11.0", + "pulldown-cmark-escape", "unicase", ] -[[package]] -name = "pulldown-cmark-escape" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" - [[package]] name = "pulldown-cmark-escape" version = "0.11.0" diff --git a/Cargo.toml b/Cargo.toml index 0de154f..7764578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ js-sys = "0.3.69" mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false } nom = { version = "7.1.3", features = ["alloc"] } pulldown-cmark = "0.12.2" -pulldown-cmark-escape = "0.10.1" +pulldown-cmark-escape = "0.11.0" serde = { version = "1.0.215", features = ["derive"] } serde-wasm-bindgen = "0.6.5" textwrap = "0.16.1"