X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_ssa%2FCargo.toml;h=8bbf25ce030f8f14a95f9a50cda465c83caa836b;hb=609784711a0a3cb399299d65b58463253541b2da;hp=6c6ee363ea310c1480c3208d2c3596793a4167cd;hpb=2a4381d8eaad4f9f0eb5a4e624e7b154640690f1;p=rust.git diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 6c6ee363ea3..8bbf25ce030 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -9,12 +9,12 @@ test = false [dependencies] bitflags = "1.2.1" cc = "1.0.69" -itertools = "0.9" +itertools = "0.10" tracing = "0.1" libc = "0.2.50" jobserver = "0.1.22" tempfile = "3.2" -thorin-dwp = "0.1.1" +thorin-dwp = "0.2" pathdiff = "0.2.0" snap = "1" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }