From f7ce95f6943a76cd540d20238fe88f249d332055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:28:14 +0000 Subject: [PATCH] cargo(deps): bump pulldown-cmark from 0.13.0 to 0.13.1 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/rustmail_panel/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18a15b7..8a957f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2267,9 +2267,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" +checksum = "83c41efbf8f90ac44de7f3a868f0867851d261b56291732d0cbf7cceaaeb55a6" dependencies = [ "bitflags", "getopts", @@ -2790,7 +2790,7 @@ dependencies = [ "gloo-net 0.6.0", "gloo-utils", "js-sys", - "pulldown-cmark 0.13.0", + "pulldown-cmark 0.13.1", "rustmail_types", "serde", "serde_json", diff --git a/crates/rustmail_panel/Cargo.toml b/crates/rustmail_panel/Cargo.toml index e56be79..5bbe14d 100644 --- a/crates/rustmail_panel/Cargo.toml +++ b/crates/rustmail_panel/Cargo.toml @@ -18,6 +18,6 @@ js-sys = "0.3.83" wasm-bindgen = "0.2.106" urlencoding = "2.1.3" ammonia = "4.1.2" -pulldown-cmark = "0.13.0" +pulldown-cmark = "0.13.1" chrono = { version = "0.4.44", features = ["serde", "wasmbind"] } chrono-tz = { version = "0.10.4", features = ["serde"] }