From 412026e5adc0760ffc12829ffc0627ba8c1af254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:03:22 +0000 Subject: [PATCH] fix(deps): update all patchlevel dependencies --- .github/workflows/sbom.yml | 4 ++-- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 88fe64e9..6ae5e77a 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -28,10 +28,10 @@ jobs: uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 + uses: kubewarden/github-actions/syft-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 + uses: kubewarden/github-actions/crane-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15 - name: Login to GitHub Container Registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 diff --git a/Cargo.lock b/Cargo.lock index f09efe5e..61cee2a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ "chrono-tz", "gtmpl", "gtmpl_value", - "itertools 0.12.0", + "itertools 0.12.1", "json-patch", "lazy_static", "regex", @@ -2305,9 +2305,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] @@ -3549,7 +3549,7 @@ dependencies = [ "chrono", "dns-lookup", "email_address", - "itertools 0.12.0", + "itertools 0.12.1", "json-patch", "k8s-openapi", "kube", @@ -3621,7 +3621,7 @@ dependencies = [ "daemonize", "http-body-util", "humansize", - "itertools 0.12.0", + "itertools 0.12.1", "k8s-openapi", "lazy_static", "mockall", diff --git a/Cargo.toml b/Cargo.toml index 7a448596..c6beb415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0" clap = { version = "4.4", features = ["cargo", "env"] } daemonize = "0.5" humansize = "2.1" -itertools = "0.12.0" +itertools = "0.12.1" k8s-openapi = { version = "0.21.0", default-features = false, features = [ "v1_29", ] } @@ -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.30" +serde_yaml = "0.9.31" sha2 = "0.10" thiserror = "1.0" tokio = { version = "^1.35.1", features = ["full"] }