From ac4c32e5b702cd9c693c589a20d0583d25064802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:10:25 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark from 0.9.3 to 0.11.0 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.3 to 0.11.0. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.3...v0.11.0) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++--- lapce-app/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 507669aaaa..bad66f9340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4268,16 +4268,23 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" +checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "getopts", "memchr", + "pulldown-cmark-escape", "unicase", ] +[[package]] +name = "pulldown-cmark-escape" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" + [[package]] name = "qoi" version = "0.4.1" diff --git a/lapce-app/Cargo.toml b/lapce-app/Cargo.toml index ff869ef744..afbf956d04 100644 --- a/lapce-app/Cargo.toml +++ b/lapce-app/Cargo.toml @@ -44,7 +44,7 @@ tracing-subscriber.workspace = true tracing-appender.workspace = true url.workspace = true -pulldown-cmark = "0.9.1" +pulldown-cmark = "0.11.0" Inflector = "0.11.4" open = "5.0.1" unicode-width = "0.1.11"