@@ -37,12 +37,12 @@ ahash = { version = "0.8.11", features = ["no-rng"] }
37
37
bytemuck = { version = " 1.20.0" , features = [" aarch64_simd" , " derive" ] }
38
38
log = { version = " 0.4.22" , features = [" std" ] }
39
39
regex = { version = " 1" , features = [" perf" ] }
40
- rustix = { version = " 0.38.42 " , features = [" all-apis" ] }
40
+ rustix = { version = " 1.0.8 " , features = [" all-apis" ] }
41
41
42
42
# HACK(eddyb) deps of `rustc_codegen_ssa`, for `pqp_cg_ssa` (see `build.rs`),
43
43
# 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 "
46
46
47
47
# Normal dependencies.
48
48
ar = " 0.9.0"
@@ -51,15 +51,15 @@ indexmap = "2.6.0"
51
51
rspirv = " 0.12"
52
52
rustc_codegen_spirv-types.workspace = true
53
53
rustc-demangle = " 0.1.21"
54
- sanitize-filename = " 0.4 "
54
+ sanitize-filename = " 0.6.0 "
55
55
smallvec = { version = " 1.6.1" , features = [" const_generics" , " const_new" , " union" ] }
56
56
spirt = " 0.4.0"
57
57
spirv-tools.workspace = true
58
58
lazy_static = " 1.4.0"
59
- itertools = " 0.10.5 "
59
+ itertools = " 0.14.0 "
60
60
tracing.workspace = true
61
61
tracing-subscriber.workspace = true
62
- tracing-tree = " 0.3 .0"
62
+ tracing-tree = " 0.4 .0"
63
63
64
64
# required for cargo gpu to resolve the needed target specs
65
65
rustc_codegen_spirv-target-specs.workspace = true
0 commit comments