File tree Expand file tree Collapse file tree 2 files changed +8
-19
lines changed
compiler/rustc_codegen_ssa Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -1601,9 +1601,9 @@ dependencies = [
16011601
16021602[[package ]]
16031603name = " hashbrown"
1604- version = " 0.11.0 "
1604+ version = " 0.11.2 "
16051605source = " registry+https://github.com/rust-lang/crates.io-index"
1606- checksum = " 362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5 "
1606+ checksum = " ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e "
16071607dependencies = [
16081608 " ahash" ,
16091609 " compiler_builtins" ,
@@ -2428,25 +2428,14 @@ dependencies = [
24282428 " rustc-std-workspace-core" ,
24292429]
24302430
2431- [[package ]]
2432- name = " object"
2433- version = " 0.27.1"
2434- source = " registry+https://github.com/rust-lang/crates.io-index"
2435- checksum = " 67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2436- dependencies = [
2437- " crc32fast" ,
2438- " flate2" ,
2439- " indexmap" ,
2440- " memchr" ,
2441- ]
2442-
24432431[[package ]]
24442432name = " object"
24452433version = " 0.28.1"
24462434source = " registry+https://github.com/rust-lang/crates.io-index"
24472435checksum = " 7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084"
24482436dependencies = [
24492437 " crc32fast" ,
2438+ " flate2" ,
24502439 " hashbrown" ,
24512440 " indexmap" ,
24522441 " memchr" ,
@@ -5390,13 +5379,13 @@ dependencies = [
53905379
53915380[[package ]]
53925381name = " thorin-dwp"
5393- version = " 0.1.1 "
5382+ version = " 0.2.0 "
53945383source = " registry+https://github.com/rust-lang/crates.io-index"
5395- checksum = " 039d1fc0bfdb73910c2702893515580e38c192f47a987bc98ddd38a36f2d953a "
5384+ checksum = " dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be "
53965385dependencies = [
53975386 " gimli 0.26.1" ,
5398- " indexmap " ,
5399- " object 0.27 .1" ,
5387+ " hashbrown " ,
5388+ " object 0.28 .1" ,
54005389 " tracing" ,
54015390]
54025391
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ tracing = "0.1"
1414libc = " 0.2.50"
1515jobserver = " 0.1.22"
1616tempfile = " 3.2"
17- thorin-dwp = " 0.1.1 "
17+ thorin-dwp = " 0.2 "
1818pathdiff = " 0.2.0"
1919snap = " 1"
2020smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
You can’t perform that action at this time.
0 commit comments