From 3b4d310a050ee4ead7083dfb7f068a372662db38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:29:42 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark from 0.13.3 to 0.13.4 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e3d1fc..2fc138f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1647,9 +1647,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" +checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" dependencies = [ "bitflags", "getopts", @@ -1677,7 +1677,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.10", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -1715,7 +1715,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.3", "tracing", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 0a558fe..461f8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ reqwest = {version="0.13.2", features = ["native-tls-vendored", "brotli", "gzip" tokio = {version="1.51.1", features = ["rt-multi-thread", "macros", "time"] } futures = "0.3.32" wildmatch = "2.6.1" -pulldown-cmark = "0.13.3" +pulldown-cmark = "0.13.4" toml = "1.1.2" serde = { version = "1.0.219", features = ["derive"] } url-escape = "0.1.1"