about summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2019-02-22 13:49:19 +0100
committerBastien Orivel <eijebong@bananium.fr>2019-02-22 13:49:19 +0100
commita82f0ce54befa3808278384e4deab43e7d683e71 (patch)
tree034ac5edbd66821f5efcf85d40d99bb7f2d3bb34 /src/tools/rustc-workspace-hack
parent1005f3bac79f16ff48fd9fbb6d8de2798115dac9 (diff)
downloadrust-a82f0ce54befa3808278384e4deab43e7d683e71.tar.gz
rust-a82f0ce54befa3808278384e4deab43e7d683e71.zip
Update parking_lot to 0.7
Unfortunately this'll dupe parking_lot until the data_structures crate
is published and be updated in rls in conjunction with crossbeam-channel
Diffstat (limited to 'src/tools/rustc-workspace-hack')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 157b7311707..1aba52bafbb 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -56,7 +56,7 @@ features = [
 
 [dependencies]
 curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
-parking_lot = { version = "0.6", features = ['nightly'] }
+parking_lot = { version = "0.7", features = ['nightly'] }
 rand = { version = "0.5.5", features = ["i128_support"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value"] }