From 75f8b9096210e54f2fbd33f7e0ba0b359d98f84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:10:39 +0000 Subject: [PATCH] Bump tempfile from 3.26.0 to 3.27.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6367a6..2e99764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8518,9 +8518,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index d444d63..3aedfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ spin = { version = "0.10.0", features = [ strum = { version = "0.27.2", features = ["derive"] } syn = { version = "2.0.111", features = ["full", "extra-traits"] } tar = "0.4.44" -tempfile = "3.24.0" +tempfile = "3.27.0" textdistance = { version = "1.1.1", default-features = false } thiserror = { version = "2", default-features = false } tokio = { version = "1.49.0", features = ["rt", "macros"] }