about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2021-04-23 15:33:09 -0700
committerJubilee Young <workingjubilee@gmail.com>2021-04-23 15:33:57 -0700
commitb2c1dbbd33f89946a0edf5f884308c4cb11913a0 (patch)
treed260ec186e4345733bf09ab29bf97156c14d404b /compiler/rustc_codegen_ssa
parent484c61943f818272719bac81f6d5709fc5456438 (diff)
downloadrust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.tar.gz
rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.zip
Use tempfile
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 12f3b52a250..7a3d715df6d 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -14,7 +14,7 @@ itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"
-tempfile = "3.1"
+tempfile = "3.2"
 pathdiff = "0.2.0"
 
 rustc_serialize = { path = "../rustc_serialize" }