about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorMateusz Mikuła <matti@marinelayer.io>2019-09-11 19:03:28 +0200
committerMateusz Mikuła <mati865@gmail.com>2019-09-11 19:15:32 +0200
commit935394f4f85ecf43e0c5c2c66300a130dfe1e6c6 (patch)
treec485d94b04319d428561b5cc5f4ed484a4df5239 /src/librustc_data_structures
parent74d5c70b174f06843049af2d764ff57ddc81c81c (diff)
downloadrust-935394f4f85ecf43e0c5c2c66300a130dfe1e6c6.tar.gz
rust-935394f4f85ecf43e0c5c2c66300a130dfe1e6c6.zip
Upgrade parking_lot and tempfile rustc dependencies
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml
index 288676ce3ff..be9f79c83bb 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -26,5 +26,5 @@ rustc-hash = "1.0.1"
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
 
 [dependencies.parking_lot]
-version = "0.7"
+version = "0.9"
 features = ["nightly"]