From b9743354a33b7aaa7fb1eed27e57eb752bfe2614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:09:43 +0000 Subject: [PATCH] chore(deps): update rust crate pulldown-cmark to 0.13 --- crates/gen-markdown/Cargo.toml | 2 +- playground/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/gen-markdown/Cargo.toml b/crates/gen-markdown/Cargo.toml index e7383e49..66351e8a 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.13", 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..6826ebec 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.13", default-features = false }