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 | |
| parent | 3b1d7351186a073c72e4be3c7d7b7ab8f1f10c58 (diff) | |
| download | rust-f5e702df0efa48018bf27fdfa791357e0d6fac78.tar.gz rust-f5e702df0efa48018bf27fdfa791357e0d6fac78.zip | |
Upgrade rustc and bootstrap dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/librustc/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index c09f58cc591..f7856f6a7fc 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -54,4 +54,4 @@ version = "0.3" features = ["fileapi", "ioapiset", "jobapi2", "handleapi", "winioctl"] [dev-dependencies] -pretty_assertions = "0.5" +pretty_assertions = "0.6" diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml index 47b94a2f1a4..1dd742c3549 100644 --- a/src/librustc/Cargo.toml +++ b/src/librustc/Cargo.toml @@ -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" 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] |
