From 012e136a60ffc587df9c55e398c82eb267cd82d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:22:58 +0000 Subject: [PATCH] chore(deps): update rust crate pulldown-cmark to 0.12 --- 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..c685f146 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.12", 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..65e91b18 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.12", default-features = false }