diff --git a/crates/gen-markdown/Cargo.toml b/crates/gen-markdown/Cargo.toml index e7383e49..69906b25 100644 --- a/crates/gen-markdown/Cargo.toml +++ b/crates/gen-markdown/Cargo.toml @@ -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 diff --git a/playground/Cargo.toml b/playground/Cargo.toml index e5b0c327..026af186 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -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 }