Skip to main content

Merge pull request #66 from alexwlchan/dependabot/cargo/tempfile-3.23.0

ID
2c6ea37
date
2025-09-29 22:30:50+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
e86398b, 49f5f52
message
Merge pull request #66 from alexwlchan/dependabot/cargo/tempfile-3.23.0

Bump tempfile from 3.22.0 to 3.23.0
changed files
2 files, 3 additions, 2 deletions

Changed files

.github/workflows/test.yml (340) → .github/workflows/test.yml (370)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2424d00..2bee914 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,6 +14,7 @@ jobs:
       - uses: dtolnay/rust-toolchain@v1
         with:
           toolchain: stable
+          components: rustfmt
 
       - run: cargo build
       - run: cargo test

Cargo.lock (11081) → Cargo.lock (11081)

diff --git a/Cargo.lock b/Cargo.lock
index 2028a21..8d1b557 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.22.0"
+version = "3.23.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
+checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
 dependencies = [
  "fastrand",
  "getrandom",