@@ -37,12 +37,12 @@ ahash = { version = "0.8.11", features = ["no-rng"] }
3737bytemuck = { version = " 1.20.0" , features = [" aarch64_simd" , " derive" ] }
3838log = { version = " 0.4.22" , features = [" std" ] }
3939regex = { version = " 1" , features = [" perf" ] }
40- rustix = { version = " 0.38.42 " , features = [" all-apis" ] }
40+ rustix = { version = " 1.0.8 " , features = [" all-apis" ] }
4141
4242# HACK(eddyb) deps of `rustc_codegen_ssa`, for `pqp_cg_ssa` (see `build.rs`),
4343# that cannot be handled with just `extern crate` pulling out of the sysroot.
44- object = { version = " 0.36.2 " , default-features = false , features = [" read_core" , " elf" , " macho" , " pe" , " xcoff" , " unaligned" , " archive" , " write" , " wasm" ] }
45- thorin-dwp = " 0.8 "
44+ object = { version = " 0.37.1 " , default-features = false , features = [" read_core" , " elf" , " macho" , " pe" , " xcoff" , " unaligned" , " archive" , " write" , " wasm" ] }
45+ thorin-dwp = " 0.9.0 "
4646
4747# Normal dependencies.
4848ar = " 0.9.0"
@@ -51,15 +51,15 @@ indexmap = "2.6.0"
5151rspirv = " 0.12"
5252rustc_codegen_spirv-types.workspace = true
5353rustc-demangle = " 0.1.21"
54- sanitize-filename = " 0.4 "
54+ sanitize-filename = " 0.6.0 "
5555smallvec = { version = " 1.6.1" , features = [" const_generics" , " const_new" , " union" ] }
5656spirt = " 0.4.0"
5757spirv-tools.workspace = true
5858lazy_static = " 1.4.0"
59- itertools = " 0.10.5 "
59+ itertools = " 0.14.0 "
6060tracing.workspace = true
6161tracing-subscriber.workspace = true
62- tracing-tree = " 0.3 .0"
62+ tracing-tree = " 0.4 .0"
6363
6464# required for cargo gpu to resolve the needed target specs
6565rustc_codegen_spirv-target-specs.workspace = true
0 commit comments