Skip to main content

max / makenotwork

multithreaded: bump pulldown-cmark to 0.13 No source change. The only use is URL extraction in link_preview, whose five extract_urls tests cover the parse path. 162 lib tests green, clippy clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-22 18:25 UTC
Commit: ab94ea8f066432343f6cc61894da35a59981a8d5
Parent: 60a4890
2 files changed, +3 insertions, -3 deletions
@@ -2589,9 +2589,9 @@ dependencies = [
2589 2589
2590 2590 [[package]]
2591 2591 name = "pulldown-cmark"
2592 - version = "0.12.2"
2592 + version = "0.13.4"
2593 2593 source = "registry+https://github.com/rust-lang/crates.io-index"
2594 - checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
2594 + checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
2595 2595 dependencies = [
2596 2596 "bitflags",
2597 2597 "getopts",
@@ -51,7 +51,7 @@ governor = "0.10"
51 51 # Utilities
52 52 chrono = { version = "0.4", features = ["serde"] }
53 53 uuid = { version = "1", features = ["v4", "serde"] }
54 - pulldown-cmark = "0.12"
54 + pulldown-cmark = "0.13"
55 55 askama = "0.13"
56 56
57 57 # Internal crates