Skip to content

Commit

Permalink
Merge pull request #710 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored Feb 5, 2024
2 parents c498dc4 + 77404f5 commit 4e77749
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
26 changes: 17 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand All @@ -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",
Expand All @@ -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`
Expand Down

0 comments on commit 4e77749

Please sign in to comment.