From fc45d86342e7ad187b16ce0671866f1350e7cb9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:57:36 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark-mdcat from 2.0.4 to 2.1.0 Bumps [pulldown-cmark-mdcat](https://github.com/swsnr/mdcat) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/swsnr/mdcat/releases) - [Changelog](https://github.com/swsnr/mdcat/blob/main/CHANGELOG.md) - [Commits](https://github.com/swsnr/mdcat/compare/mdcat-2.0.4...mdcat-2.1.0) --- updated-dependencies: - dependency-name: pulldown-cmark-mdcat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 309d6579..853f72be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3529,9 +3529,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-mdcat" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22da440010c4d2b7b69330e35d7782f4d802c6a791f0d60004764fea9be3134" +checksum = "268474d90ece24906adaf1d30e4586df3d9a641c6d3b7b32c4bab155f366e84c" dependencies = [ "anstyle", "base64 0.21.4", diff --git a/Cargo.toml b/Cargo.toml index ad575ac6..81ed102c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = [ "v1_28", ] } lazy_static = "1.4.0" -pulldown-cmark-mdcat = { version = "2.0.4", default-features = false, features = [ +pulldown-cmark-mdcat = { version = "2.1.0", default-features = false, features = [ "regex-fancy", ] } policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.11.5" }