diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f2e054..9544bfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.5 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.4 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.5 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/user-group-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2adc2d..87f615c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.5 diff --git a/Cargo.toml b/Cargo.toml index ef95efc..1594507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,15 +13,15 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -k8s-openapi = { version = "0.22.0", features = ["v1_29"] } +k8s-openapi = { version = "0.23.0", features = ["v1_29"] } kubewarden-policy-sdk = "0.11.0" lazy_static = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" slog = "2.7" anyhow = "1.0" -oci-spec = "0.6.5" +oci-spec = "0.7.0" [dev-dependencies] jsonpath_lib = "0.3.0" -rstest = "0.22.0" +rstest = "0.23.0"