From bafc19da6c97c3162f99540f15b90ca2b1d51af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:27:56 +0000 Subject: [PATCH] cargo: update pulldown-cmark requirement in the minor-updates group Updates the requirements on [pulldown-cmark](/~https://github.com/raphlinus/pulldown-cmark) to permit the latest version. Updates `pulldown-cmark` to 0.10.3 - [Release notes](/~https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](/~https://github.com/raphlinus/pulldown-cmark/compare/v0.9.1...v0.10.3) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d54ff6d..86a9dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ contains_regex = ["regex", "semver"] [dependencies] proc-macro2 = { version = "1.0.36", default-features = false, features = ["span-locations"], optional = true } -pulldown-cmark = { version = "0.9.1", default-features = false, optional = true } +pulldown-cmark = { version = "0.10.3", default-features = false, optional = true } regex = { version = "1.5.4", default-features = false, features = ["std", "unicode"], optional = true } semver = { version = "1.0.5", optional = true } syn = { version = "2.0.15", default-features = false, features = ["parsing", "printing", "full"], optional = true }