From b7c268d8d38667987b37bc1eb077c8dc41ebbcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:48:44 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark from 0.9.3 to 0.10.3 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.3 to 0.10.3. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.3...v0.10.3) --- 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..1d8bfd141b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4268,16 +4268,23 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.3" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" +checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "getopts", "memchr", + "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 = "qoi" version = "0.4.1" diff --git a/lapce-app/Cargo.toml b/lapce-app/Cargo.toml index ff869ef744..db1cd46328 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.10.3" Inflector = "0.11.4" open = "5.0.1" unicode-width = "0.1.11"