diff options
| author | Mateusz Mikuła <mati865@gmail.com> | 2020-03-26 14:10:35 +0100 |
|---|---|---|
| committer | Mateusz Mikuła <mati865@gmail.com> | 2020-03-26 14:11:23 +0100 |
| commit | f5e702df0efa48018bf27fdfa791357e0d6fac78 (patch) | |
| tree | 7d9352536ebd95836b9d444120d3d4ba1c859bf5 /src/librustc_data_structures | |
| parent | 3b1d7351186a073c72e4be3c7d7b7ab8f1f10c58 (diff) | |
| download | rust-f5e702df0efa48018bf27fdfa791357e0d6fac78.tar.gz rust-f5e702df0efa48018bf27fdfa791357e0d6fac78.zip | |
Upgrade rustc and bootstrap dependencies
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index fb4f818c4b2..c5707bd24f7 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -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] |
