about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-16 17:33:03 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-16 17:33:03 +0200
commit8392a0041fd2d0e2826689a7723d921c801b0d6b (patch)
tree71d3d9b168b37505f644d8522af3113ac9b0bcf1
parentbbcc84a05d1544882bd8828bc12675264dba8fc9 (diff)
downloadrust-8392a0041fd2d0e2826689a7723d921c801b0d6b.tar.gz
rust-8392a0041fd2d0e2826689a7723d921c801b0d6b.zip
Make the `tempfile` version in `Cargo.toml` matches the one in `Cargo.lock`
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c692a90f0a4..c284e3f060b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ gccjit = "2.7"
 [dev-dependencies]
 boml = "0.3.1"
 lang_tester = "0.8.0"
-tempfile = "3.7.1"
+tempfile = "3.20"
 
 [profile.dev]
 # By compiling dependencies with optimizations, performing tests gets much faster.