about summary refs log tree commit diff
path: root/compiler/rustc_interface
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_interface
parent484c61943f818272719bac81f6d5709fc5456438 (diff)
downloadrust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.tar.gz
rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.zip
Use tempfile
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 3bfe8da505f..194464dd0bf 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -45,7 +45,7 @@ rustc_query_impl = { path = "../rustc_query_impl" }
 rustc_resolve = { path = "../rustc_resolve" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
 rustc_ty_utils = { path = "../rustc_ty_utils" }
-tempfile = "3.0.5"
+tempfile = "3.2"
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = ["libloaderapi"] }