File tree 2 files changed +4
-4
lines changed
compiler/rustc_data_structures
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1218,9 +1218,9 @@ dependencies = [
1218
1218
1219
1219
[[package ]]
1220
1220
name = " ena"
1221
- version = " 0.14.2 "
1221
+ version = " 0.14.3 "
1222
1222
source = " registry+https://github.com/rust-lang/crates.io-index"
1223
- checksum = " c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1 "
1223
+ checksum = " 3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5 "
1224
1224
dependencies = [
1225
1225
" log" ,
1226
1226
]
@@ -2219,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
2219
checksum = " 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2220
2220
dependencies = [
2221
2221
" cfg-if" ,
2222
- " windows-targets 0.48.5 " ,
2222
+ " windows-targets 0.52.4 " ,
2223
2223
]
2224
2224
2225
2225
[[package ]]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false }
9
9
bitflags = " 2.4.1"
10
10
either = " 1.0"
11
11
elsa = " =1.7.1"
12
- ena = " 0.14.2 "
12
+ ena = " 0.14.3 "
13
13
indexmap = { version = " 2.0.0" }
14
14
jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
15
15
libc = " 0.2"
You can’t perform that action at this time.
0 commit comments