From 82fd21a403eb81423c220e7d510cd6f866a3e2fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 21:20:25 +0000 Subject: [PATCH] chore(deps): update rust crate pulldown-cmark to 0.11 --- 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..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 }