diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 15:33:09 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 15:33:57 -0700 |
| commit | b2c1dbbd33f89946a0edf5f884308c4cb11913a0 (patch) | |
| tree | d260ec186e4345733bf09ab29bf97156c14d404b /compiler/rustc_data_structures | |
| parent | 484c61943f818272719bac81f6d5709fc5456438 (diff) | |
| download | rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.tar.gz rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.zip | |
Use tempfile
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index d0a5fe1f2a6..b8920a3818f 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -28,7 +28,7 @@ bitflags = "1.2.1" measureme = "9.1.0" libc = "0.2" stacker = "0.1.12" -tempfile = "3.0.5" +tempfile = "3.2" [dependencies.parking_lot] version = "0.11" |
