This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
compiler/rustc_data_structures Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1218,9 +1218,9 @@ dependencies = [
12181218
12191219[[package ]]
12201220name = " ena"
1221- version = " 0.14.2 "
1221+ version = " 0.14.3 "
12221222source = " registry+https://github.com/rust-lang/crates.io-index"
1223- checksum = " c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1 "
1223+ checksum = " 3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5 "
12241224dependencies = [
12251225 " log" ,
12261226]
@@ -2219,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22192219checksum = " 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
22202220dependencies = [
22212221 " cfg-if" ,
2222- " windows-targets 0.48.5 " ,
2222+ " windows-targets 0.52.4 " ,
22232223]
22242224
22252225[[package ]]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false }
99bitflags = " 2.4.1"
1010either = " 1.0"
1111elsa = " =1.7.1"
12- ena = " 0.14.2 "
12+ ena = " 0.14.3 "
1313indexmap = { version = " 2.0.0" }
1414jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
1515libc = " 0.2"
You can’t perform that action at this time.
0 commit comments