Skip to content

Commit

Permalink
fix(deps): update rust crate pulldown-cmark to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 231df3d commit d4e85f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.5.4", features = ["derive", "cargo"] }
console = "0.15.8"
once_cell = "1.19.0"
indicatif = "0.17.8"
pulldown-cmark = "0.10.3"
pulldown-cmark = "0.11.0"
actix-web = "4.5.1"
serde = { version = "1.0.200", features = ["derive"] }
env_logger = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rkyv = { version = "0.7.44", features = [
] }
serde = { version = "1.0.200", features = ["serde_derive"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
pulldown-cmark = "0.10.3"
pulldown-cmark = "0.11.0"
once_cell = "1.19.0"
validation = "0.0.1"
# feature=json
Expand Down

0 comments on commit d4e85f5

Please sign in to comment.