about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-09-12 14:00:39 +0000
committerbors <bors@rust-lang.org>2020-09-12 14:00:39 +0000
commitbd51226305ec50b15d1fc8d7a5d996e70c8608c0 (patch)
treef1f86f42ff111dae90523b6a66b9aa5a6472b880 /src/librustdoc
parent85109afee9d12153849a68abe3b982268c188070 (diff)
parentb8752fff19fdf5d6b821eefe1cf6709d4cad8cdf (diff)
Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrum
update the version of itertools and parking_lot

this is to avoid compiling multiple version of the crates in rustc speeding up compilation of rustc

an old version of parking_lot is still used in measureme but new version will not be released for some time see [zulip chat](https://rust-lang.zulipchat.com/#narrow/stream/187831-t-compiler.2Fwg-self-profile/topic/new.20release.20of.20measureme)
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml
index ede52394468..90d2a18ea58 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 smallvec = "1.0"
 tempfile = "3"
-itertools = "0.8"
+itertools = "0.9"
 
 [dev-dependencies]
 expect-test = "1.0"