No longer pin an exact version of tempfile

The pin was added in b318a2a190 without
comment or rationale; there is no obvious reason to think that later
SemVer-compatible releases should not work.
This commit is contained in:
Benjamin A. Beasley 2025-08-18 06:50:51 -04:00
parent c070535968
commit 327903aba0
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []