Upgrade rustc and bootstrap dependencies

This commit is contained in:
Mateusz Mikuła 2020-03-26 14:10:35 +01:00
parent 3b1d735118
commit f5e702df0e
4 changed files with 45 additions and 18 deletions

View file

@ -54,4 +54,4 @@ version = "0.3"
features = ["fileapi", "ioapiset", "jobapi2", "handleapi", "winioctl"]
[dev-dependencies]
pretty_assertions = "0.5"
pretty_assertions = "0.6"

View file

@ -32,7 +32,7 @@ rustc_serialize = { path = "../libserialize", package = "serialize" }
rustc_ast = { path = "../librustc_ast" }
rustc_span = { path = "../librustc_span" }
backtrace = "0.3.40"
parking_lot = "0.9"
parking_lot = "0.10"
byteorder = { version = "1.3" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
measureme = "0.7.1"

View file

@ -18,7 +18,7 @@ lazy_static = "1"
rustc_serialize = { path = "../libserialize", package = "serialize" }
graphviz = { path = "../libgraphviz" }
cfg-if = "0.1.2"
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
crossbeam-utils = { version = "0.7", features = ["nightly"] }
stable_deref_trait = "1.0.0"
rayon = { version = "0.3.0", package = "rustc-rayon" }
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
@ -29,7 +29,7 @@ bitflags = "1.2.1"
measureme = "0.7.1"
[dependencies.parking_lot]
version = "0.9"
version = "0.10"
features = ["nightly"]
[target.'cfg(windows)'.dependencies]