Skip to content

Commit b2c1dbb

Browse files
Use tempfile
1 parent 484c619 commit b2c1dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ itertools = "0.9"
1414
tracing = "0.1"
1515
libc = "0.2.50"
1616
jobserver = "0.1.22"
17-
tempfile = "3.1"
17+
tempfile = "3.2"
1818
pathdiff = "0.2.0"
1919

2020
rustc_serialize = { path = "../rustc_serialize" }

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bitflags = "1.2.1"
2828
measureme = "9.1.0"
2929
libc = "0.2"
3030
stacker = "0.1.12"
31-
tempfile = "3.0.5"
31+
tempfile = "3.2"
3232

3333
[dependencies.parking_lot]
3434
version = "0.11"

compiler/rustc_interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rustc_query_impl = { path = "../rustc_query_impl" }
4545
rustc_resolve = { path = "../rustc_resolve" }
4646
rustc_trait_selection = { path = "../rustc_trait_selection" }
4747
rustc_ty_utils = { path = "../rustc_ty_utils" }
48-
tempfile = "3.0.5"
48+
tempfile = "3.2"
4949

5050
[target.'cfg(windows)'.dependencies]
5151
winapi = { version = "0.3", features = ["libloaderapi"] }

0 commit comments

Comments
 (0)