Skip to content

Commit

Permalink
chore(deps): update rust crate pulldown-cmark to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 16e49f5 commit 82fd21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/gen-markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test = false
[dependencies]
tauri-bindgen-core.workspace = true
heck.workspace = true
pulldown-cmark = { version = "0.9", default-features = false }
pulldown-cmark = { version = "0.11", default-features = false }
clap = { workspace = true, optional = true }
wit-parser.workspace = true
log.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tauri-bindgen-gen-guest-rust = { path = "../crates/gen-guest-rust" }
tauri-bindgen-gen-guest-ts = { path = "../crates/gen-guest-ts" }
tauri-bindgen-gen-guest-js = { path = "../crates/gen-guest-js" }
wit-parser = { path = "../crates/wit-parser" }
pulldown-cmark = { version = "0.9", default-features = false }
pulldown-cmark = { version = "0.11", default-features = false }

0 comments on commit 82fd21a

Please sign in to comment.