Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit a85ae7f

Browse files
committed
chore(deps): do not upgrade pulldown-cmark
The `pulldown-cmark-mdcat` is using the previous version of `pulldown-cmark`. Unfortunately `pulldown-cmark-mdcat` is part of `mdcat`, which has been archived by the maintainer last month (Jan 2025). We have to understand how we can move forward. In the meantime we cannot update this dependency. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent faffe94 commit a85ae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pulldown-cmark-mdcat = { version = "2.7.1", default-features = false }
2525
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.11" }
2626
rustls-pki-types = { version = "1", features = ["alloc"] }
2727
prettytable-rs = "^0.10"
28-
pulldown-cmark = { version = "0.13.0", default-features = false }
28+
pulldown-cmark = { version = "0.12", default-features = false }
2929
regex = "1"
3030
serde_json = "1.0"
3131
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)