From 44dd7f851a9f71705cb7e4f085de39ca1474e97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 03:45:46 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark from 0.12.2 to 0.13.4 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.12.2 to 0.13.4. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.12.2...v0.13.4) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d69e82a..81f660f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,9 +1522,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.12.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" dependencies = [ "bitflags", "getopts", diff --git a/Cargo.toml b/Cargo.toml index f77f09a..61435d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus serde_json = "1.0" tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "time"] } async-trait = "0.1" -pulldown-cmark = "0.12" +pulldown-cmark = "0.13" # The profile that 'dist' will build with [profile.dist]