Use tempfile
This commit is contained in:
parent
484c61943f
commit
b2c1dbbd33
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ itertools = "0.9"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
libc = "0.2.50"
|
libc = "0.2.50"
|
||||||
jobserver = "0.1.22"
|
jobserver = "0.1.22"
|
||||||
tempfile = "3.1"
|
tempfile = "3.2"
|
||||||
pathdiff = "0.2.0"
|
pathdiff = "0.2.0"
|
||||||
|
|
||||||
rustc_serialize = { path = "../rustc_serialize" }
|
rustc_serialize = { path = "../rustc_serialize" }
|
||||||
|
|
|
@ -28,7 +28,7 @@ bitflags = "1.2.1"
|
||||||
measureme = "9.1.0"
|
measureme = "9.1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
stacker = "0.1.12"
|
stacker = "0.1.12"
|
||||||
tempfile = "3.0.5"
|
tempfile = "3.2"
|
||||||
|
|
||||||
[dependencies.parking_lot]
|
[dependencies.parking_lot]
|
||||||
version = "0.11"
|
version = "0.11"
|
||||||
|
|
|
@ -45,7 +45,7 @@ rustc_query_impl = { path = "../rustc_query_impl" }
|
||||||
rustc_resolve = { path = "../rustc_resolve" }
|
rustc_resolve = { path = "../rustc_resolve" }
|
||||||
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
||||||
rustc_ty_utils = { path = "../rustc_ty_utils" }
|
rustc_ty_utils = { path = "../rustc_ty_utils" }
|
||||||
tempfile = "3.0.5"
|
tempfile = "3.2"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
winapi = { version = "0.3", features = ["libloaderapi"] }
|
winapi = { version = "0.3", features = ["libloaderapi"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue