about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-09-16 11:47:11 +0000
committerbors <bors@rust-lang.org>2019-09-16 11:47:11 +0000
commit16c401167366d7c6deb9268058fc5f254f9d9371 (patch)
tree8236d36e5201304ef6c1f782123a2bfe55c0eb75 /src/librustc_data_structures
parentb6269f27d99d7da9e95f0b3fdc53193dc8c42fbe (diff)
parent935394f4f85ecf43e0c5c2c66300a130dfe1e6c6 (diff)
downloadrust-16c401167366d7c6deb9268058fc5f254f9d9371.tar.gz
rust-16c401167366d7c6deb9268058fc5f254f9d9371.zip
Auto merge of #64381 - mati865:rand, r=alexcrichton
Upgrade parking_lot and tempfile rustc dependencies

This should be last piece to unbreak `rustc` in https://github.com/rust-lang/rust/issues/63848
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"]