From 8624131c5c020330713c5afd35f8f5e1fef5eb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:25:36 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark from `8b060d5` to `d9b3a5f` Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from `8b060d5` to `d9b3a5f`. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/8b060d5befc253914199d73c301283654ae0ca85...d9b3a5f4527531582ed7ff3fd7ee387e26d03463) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a98c73d..a2fc9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,8 +951,8 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.11.0" -source = "git+https://github.com/raphlinus/pulldown-cmark#8b060d5befc253914199d73c301283654ae0ca85" +version = "0.12.2" +source = "git+https://github.com/raphlinus/pulldown-cmark#d9b3a5f4527531582ed7ff3fd7ee387e26d03463" dependencies = [ "bitflags", "getopts", @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "pulldown-cmark-escape" version = "0.11.0" -source = "git+https://github.com/raphlinus/pulldown-cmark#8b060d5befc253914199d73c301283654ae0ca85" +source = "git+https://github.com/raphlinus/pulldown-cmark#d9b3a5f4527531582ed7ff3fd7ee387e26d03463" [[package]] name = "quote"