From e0543c0d41ddc6bb7af4c9c2f42a1a7f9fc8bf0a Mon Sep 17 00:00:00 2001 From: Dependabot Date: Mon, 7 Jul 2025 23:41:27 +0000 Subject: [PATCH] chore(deps): Bump tempfile from 3.19.1 to 3.20.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bbd383..82845d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index db5673e..c8d03cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.60" license = "MIT" [workspace.dependencies] -tempfile = "3.6" +tempfile = "3.20" [workspace.lints.rust] unsafe_code = "forbid"