From 87c633bcfade653e6e06313b7482857739b6ddd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:28:37 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/build.yml | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7f0ff13..d2d45143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: path: kwctl-linux-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 - name: Create SBOM file shell: bash @@ -135,7 +135,7 @@ jobs: path: kwctl-darwin-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 with: arch: darwin_amd64 @@ -212,7 +212,7 @@ jobs: path: kwctl-windows-x86_64.exe.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 with: arch: windows_amd64 diff --git a/Cargo.toml b/Cargo.toml index e045392d..f48bd6db 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.1.0", default-features = false, features = [ +pulldown-cmark-mdcat = { version = "2.1.1", default-features = false, features = [ "regex-fancy", ] } policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }