diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4290afc..58ee83e 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.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 with: artifacthub: false @@ -25,7 +25,7 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.1 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/sleeping-policy artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66d9297..b253676 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,6 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 with: artifacthub: false diff --git a/Cargo.lock b/Cargo.lock index f4ee865..7d3ecb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,11 +671,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" dependencies = [ "itoa", + "memchr", "ryu", "serde", ]