From 77404f587c5beb61b9d24938a1be01253b6c5cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:30:22 +0000 Subject: [PATCH] fix(deps): update all patchlevel dependencies --- .github/workflows/build.yml | 6 +++--- Cargo.lock | 26 +++++++++++++++++--------- Cargo.toml | 6 +++--- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1efd1bde..a3bc0b66 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@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 + uses: kubewarden/github-actions/syft-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15 - 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@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 + uses: kubewarden/github-actions/syft-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15 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@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 + uses: kubewarden/github-actions/syft-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15 with: arch: windows_amd64 diff --git a/Cargo.lock b/Cargo.lock index 95251281..9cdf3bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "chrono-tz", "gtmpl", "gtmpl_value", - "itertools 0.12.0", + "itertools 0.12.1", "json-patch", "lazy_static", "regex", @@ -2249,9 +2249,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", ] @@ -2488,7 +2488,7 @@ dependencies = [ "directories", "flate2", "humansize", - "itertools 0.12.0", + "itertools 0.12.1", "k8s-openapi", "lazy_static", "policy-evaluator", @@ -2783,6 +2783,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-derive" version = "0.4.1" @@ -3431,7 +3437,7 @@ dependencies = [ "chrono", "dns-lookup", "email_address", - "itertools 0.12.0", + "itertools 0.12.1", "json-patch", "k8s-openapi", "kube", @@ -4767,12 +4773,13 @@ dependencies = [ [[package]] name = "time" -version = "0.3.31" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", + "num-conv", "powerfmt", "serde", "time-core", @@ -4787,10 +4794,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ + "num-conv", "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index 398cf94e..d1bcf699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.4", features = ["cargo", "env"] } directories = "5.0.1" flate2 = "1.0.28" humansize = "2.1" -itertools = "0.12.0" +itertools = "0.12.1" k8s-openapi = { version = "0.21.0", default-features = false, features = [ "v1_29", ] } @@ -28,7 +28,7 @@ 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.30" +serde_yaml = "0.9.31" syntect = { version = "5.1", default-features = false, features = [ "default-syntaxes", "parsing", @@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3", features = ["fmt"] } url = "2.5.0" walrus = "0.20.3" wasmparser = "0.121" -time = "0.3.31" +time = "0.3.34" semver = { version = "1.0.21", features = ["serde"] } # This is required to have reqwest built using the `rustls-tls-native-roots`