From 327903aba0809527d462b7525677da2e278b996d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 18 Aug 2025 06:50:51 -0400 Subject: [PATCH] No longer pin an exact version of tempfile The pin was added in b318a2a190096ffdbeb5a508e95f57332b0f2a13 without comment or rationale; there is no obvious reason to think that later SemVer-compatible releases should not work. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df1862e..58b0d57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ color-print = "0.3.4" assert_cmd = "2.0.0" rstest = { version = "0.26.0", default-features = false } rstest_reuse = "0.7.0" -tempfile = "=3.15.0" +tempfile = "3.15.0" [features] default = []