From 8a4804cbfcde691aada29cc7cb75330328398ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:21:48 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/build.yml | 6 +++--- .github/workflows/fossa.yml | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae972e8..d1c68a8c 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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16 + uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17 - 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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16 + uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17 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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16 + uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17 with: arch: windows_amd64 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index dee1130a..c027c6f1 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1 + - uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3 with: api-key: ${{secrets.FOSSA_API_TOKEN}} diff --git a/Cargo.lock b/Cargo.lock index fcfcd4e7..59f15a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4317,9 +4317,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" dependencies = [ "serde", ] @@ -4459,9 +4459,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap 2.2.3", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 2344ac16..75d2fc0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ directories = "5.0.1" flate2 = "1.0.28" humansize = "2.1" itertools = "0.12.1" -k8s-openapi = { version = "0.21.0", default-features = false, features = [ +k8s-openapi = { version = "0.21.1", default-features = false, features = [ "v1_29", ] } lazy_static = "1.4.0" @@ -28,8 +28,8 @@ pulldown-cmark = { version = "0.9.3", default-features = false } regex = "1" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.9.31" -syntect = { version = "5.1", default-features = false, features = [ +serde_yaml = "0.9.32" +syntect = { version = "5.2", default-features = false, features = [ "default-syntaxes", "parsing", ] } @@ -43,7 +43,7 @@ url = "2.5.0" walrus = "0.20.3" wasmparser = "0.200" time = "0.3.34" -semver = { version = "1.0.21", features = ["serde"] } +semver = { version = "1.0.22", features = ["serde"] } # This is required to have reqwest built using the `rustls-tls-native-roots` # feature across all the transitive dependencies of kwctl