Skip to content

Commit

Permalink
Merge pull request #63 from Icelk/dependabot/cargo/pulldown-cmark-0.12
Browse files Browse the repository at this point in the history
build(deps): update pulldown-cmark requirement from 0.11 to 0.12
  • Loading branch information
Icelk authored Aug 20, 2024
2 parents 35c6998 + b5d74a8 commit 3b6caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 3b6caf8

Please sign in to comment.