X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_middle%2FCargo.toml;h=008d2c7091c1ea56ef61e1e580b3db46c2520621;hb=80ed61fbd64936ed676c2050e7e660b5ad78c9f2;hp=cd281ea5b38ae290781b0ab50c732d7039275a87;hpb=496384531ea92e2efec8802e2d3b45b6ffff9bd8;p=rust.git diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index cd281ea5b38..008d2c7091c 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -12,8 +12,8 @@ bitflags = "1.2.1" either = "1.5.0" gsgdt = "0.1.2" tracing = "0.1" -rustc-rayon = { version = "0.3.2", optional = true } -rustc-rayon-core = { version = "0.3.2", optional = true } +rustc-rayon = { version = "0.4.0", optional = true } +rustc-rayon-core = { version = "0.4.0", optional = true } polonius-engine = "0.13.0" rustc_apfloat = { path = "../rustc_apfloat" } rustc_attr = { path = "../rustc_attr" } @@ -30,7 +30,7 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_ast = { path = "../rustc_ast" } rustc_span = { path = "../rustc_span" } chalk-ir = "0.80.0" -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } rustc_session = { path = "../rustc_session" } rustc_type_ir = { path = "../rustc_type_ir" } rand = "0.8.4"