about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorAndreas Jonson <andjo403@users.noreply.github.com>2020-09-12 08:24:09 +0200
committerAndreas Jonson <andjo403@users.noreply.github.com>2020-09-12 08:26:53 +0200
commitb8752fff19fdf5d6b821eefe1cf6709d4cad8cdf (patch)
tree8e3f1bb31bc7cb6f70aba66bcfeb686ea32ae2e7 /compiler/rustc_data_structures
parent8b6838b6e1637b430b0c77294d938effd8e36eb8 (diff)
downloadrust-b8752fff19fdf5d6b821eefe1cf6709d4cad8cdf.tar.gz
rust-b8752fff19fdf5d6b821eefe1cf6709d4cad8cdf.zip
update the version of itertools and parking_lot
this is to avoid compiling multiple version of the crates in rustc
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index fcae9b936ed..3dc55cab95a 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -30,7 +30,7 @@ stacker = "0.1.11"
 tempfile = "3.0.5"
 
 [dependencies.parking_lot]
-version = "0.10"
+version = "0.11"
 features = ["nightly"]
 
 [target.'cfg(windows)'.dependencies]