Skip to content

Commit b974335

Browse files
chore(deps): update rust crate pulldown-cmark to 0.13
1 parent 16e49f5 commit b974335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/gen-markdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = false
1212
[dependencies]
1313
tauri-bindgen-core.workspace = true
1414
heck.workspace = true
15-
pulldown-cmark = { version = "0.9", default-features = false }
15+
pulldown-cmark = { version = "0.13", default-features = false }
1616
clap = { workspace = true, optional = true }
1717
wit-parser.workspace = true
1818
log.workspace = true

playground/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tauri-bindgen-gen-guest-rust = { path = "../crates/gen-guest-rust" }
2020
tauri-bindgen-gen-guest-ts = { path = "../crates/gen-guest-ts" }
2121
tauri-bindgen-gen-guest-js = { path = "../crates/gen-guest-js" }
2222
wit-parser = { path = "../crates/wit-parser" }
23-
pulldown-cmark = { version = "0.9", default-features = false }
23+
pulldown-cmark = { version = "0.13", default-features = false }

0 commit comments

Comments
 (0)