From 2c923d8512d06111fb44ebc588d9ae5825d31f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:59:29 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/fossa.yml | 2 +- .github/workflows/sbom.yml | 4 ++-- Cargo.lock | 14 +++++++------- Cargo.toml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) 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/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index b38573e1..d953020d 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -28,10 +28,10 @@ jobs: uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 - 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: Install the crane command - uses: kubewarden/github-actions/crane-installer@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16 + uses: kubewarden/github-actions/crane-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17 - name: Login to GitHub Container Registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 diff --git a/Cargo.lock b/Cargo.lock index f84dc83c..b064c414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2108,7 +2108,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", @@ -2439,9 +2439,9 @@ dependencies = [ [[package]] name = "k8s-openapi" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301f367a36090b7dfdaac248ee3ed4f14a6a8292e7bec0f1c5e6e2e1f181cd33" +checksum = "550f99d93aa4c2b25de527bce492d772caf5e21d7ac9bd4b508ba781c8d91e30" dependencies = [ "base64 0.21.7", "chrono", @@ -4408,9 +4408,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", ] @@ -4528,9 +4528,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 b27ce1e6..6c62b079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5", features = ["cargo", "env"] } daemonize = "0.5" 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" @@ -32,7 +32,7 @@ policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag rayon = "1.8" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" sha2 = "0.10" thiserror = "1.0" tokio = { version = "^1.36.0", features = ["full"] } @@ -40,7 +40,7 @@ tracing = "0.1" tracing-futures = "0.2" tracing-opentelemetry = "0.22.0" tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] } -semver = { version = "1.0.21", features = ["serde"] } +semver = { version = "1.0.22", features = ["serde"] } mockall_double = "0.3" axum = { version = "0.7.4", features = ["macros"] } axum-server = { version = "0.6", features = ["tls-rustls"] }