From c19dbce4696a1daea9e9406634340a0507ba3e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:48:39 +0000 Subject: [PATCH] chore(deps): Bump tempfile from 3.25.0 to 3.26.0 in /rust Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.25.0 to 3.26.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d778994..624a06d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1757,9 +1757,9 @@ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "tempfile" -version = "3.25.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand", "getrandom 0.4.1", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a375ef1..8f16310 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,7 +31,7 @@ flate2 = "1.1" # For gzip decompression [dev-dependencies] criterion = { version = "0.8", features = ["html_reports"] } -tempfile = "3.25" +tempfile = "3.26" # Benchmarks removed for clean release (benchmark files in paper branch only) # [[bench]]