From 1c313cfe26e30d5670da4acaa178202b268b4068 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:57:28 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/container-image.yml | 4 ++-- .github/workflows/release.yml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 13aeb326..0dd68b79 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -70,12 +70,12 @@ jobs: # Download the policy-server artifacts we've built inside of the previous job - name: Download policy-server-x86_64 artifact - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: policy-server-x86_64 path: artifacts-x86_64 - name: Download policy-server-aarch64 artifact - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: policy-server-aarch64 path: artifacts-aarch64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a47e594b..d68be8a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download SBOM artifact - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: pattern: sbom-* path: ./ diff --git a/Cargo.lock b/Cargo.lock index 92fb0c67..f0796d1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4954,9 +4954,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", diff --git a/Cargo.toml b/Cargo.toml index 6584d351..2ad5a88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,6 @@ tower-http = { version = "0.5.2", features = ["trace"] } [dev-dependencies] mockall = "0.12" rstest = "0.18" -tempfile = "3.10.0" +tempfile = "3.10.1" tower = { version = "0.4", features = ["util"] } http-body-util = "0.1.0"