From 24b415b78a2b583306174705081f3ed247ad6c64 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:36:45 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5edc1be..f63a1d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: diff --git a/Cargo.toml b/Cargo.toml index b26a532..1a035e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ zstd = { version = "0.13.2", optional = true } canon-json = "0.2.0" [dev-dependencies] -anyhow = "1.0.89" -cap-tempfile = "3.3.0" +anyhow = "=1.0.89" +cap-tempfile = "=3.3.0" [features] zstd = ["dep:zstd"]