From 0facc2d3aa39e25f9fc9b441b631b075409d20c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:52:51 +0000 Subject: [PATCH] build(deps): update all minor level dependencies --- .github/workflows/ci.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 551dad5a..15940ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: override: true - name: Install cargo-llvm-cov - uses: taiki-e/install-action@eb454bad93a35bbf86f7bf88a114beee8d0e08bd # v2.48.22 + uses: taiki-e/install-action@e03236526ace47fa2e04bebcfc6da471ebd4690c # v2.49.0 with: tool: cargo-llvm-cov diff --git a/Cargo.toml b/Cargo.toml index b863a87a..3339e16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ lazy_static = "1.4.0" pem = "3" policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.20.0" } prettytable-rs = "^0.10" -pulldown-cmark = { version = "0.12.1", default-features = false } +pulldown-cmark = { version = "0.13.0", default-features = false } pulldown-cmark-mdcat = { version = "2.7.1", default-features = false } regex = "1" rustls-pki-types = { version = "1", features = ["alloc"] } @@ -44,7 +44,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt"] } url = "2.5.0" walrus = "0.23.0" -wasmparser = "0.225" +wasmparser = "0.226" # This is required to have reqwest built using the `rustls-tls-native-roots` # feature across all the transitive dependencies of kwctl