diff --git a/chute/Cargo.toml b/chute/Cargo.toml index 6caf77b..44bb5e7 100644 --- a/chute/Cargo.toml +++ b/chute/Cargo.toml @@ -19,7 +19,7 @@ required-features = ["bin"] [dependencies] colored = "2.0" -pulldown-cmark = { version = "0.11", default-features = false, features = ["simd", "html"] } +pulldown-cmark = { version = "0.12", default-features = false, features = ["simd", "html"] } notify = "6" unicode_categories = "0.1" time = { version = "0.3", optional = true, features = ["formatting", "macros", "local-offset"] }