From d87393afdcbd6e6382373ee112f59883a0a93142 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 11 Oct 2025 20:05:47 -0400 Subject: [PATCH] tempfile version bump --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0670b17..18637e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index dad9897..293771d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ rust-version = "1.88" lofty = { version = "0.22.4" } [dev-dependencies] -tempfile = { version = "3.20.0" } +tempfile = { version = "3.23.0" }