File tree 2 files changed +8
-19
lines changed
compiler/rustc_codegen_ssa
2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -1601,9 +1601,9 @@ dependencies = [
1601
1601
1602
1602
[[package ]]
1603
1603
name = " hashbrown"
1604
- version = " 0.11.0 "
1604
+ version = " 0.11.2 "
1605
1605
source = " registry+https://github.com/rust-lang/crates.io-index"
1606
- checksum = " 362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5 "
1606
+ checksum = " ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e "
1607
1607
dependencies = [
1608
1608
" ahash" ,
1609
1609
" compiler_builtins" ,
@@ -2428,25 +2428,14 @@ dependencies = [
2428
2428
" rustc-std-workspace-core" ,
2429
2429
]
2430
2430
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
-
2443
2431
[[package ]]
2444
2432
name = " object"
2445
2433
version = " 0.28.1"
2446
2434
source = " registry+https://github.com/rust-lang/crates.io-index"
2447
2435
checksum = " 7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084"
2448
2436
dependencies = [
2449
2437
" crc32fast" ,
2438
+ " flate2" ,
2450
2439
" hashbrown" ,
2451
2440
" indexmap" ,
2452
2441
" memchr" ,
@@ -5390,13 +5379,13 @@ dependencies = [
5390
5379
5391
5380
[[package ]]
5392
5381
name = " thorin-dwp"
5393
- version = " 0.1.1 "
5382
+ version = " 0.2.0 "
5394
5383
source = " registry+https://github.com/rust-lang/crates.io-index"
5395
- checksum = " 039d1fc0bfdb73910c2702893515580e38c192f47a987bc98ddd38a36f2d953a "
5384
+ checksum = " dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be "
5396
5385
dependencies = [
5397
5386
" gimli 0.26.1" ,
5398
- " indexmap " ,
5399
- " object 0.27 .1" ,
5387
+ " hashbrown " ,
5388
+ " object 0.28 .1" ,
5400
5389
" tracing" ,
5401
5390
]
5402
5391
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ tracing = "0.1"
14
14
libc = " 0.2.50"
15
15
jobserver = " 0.1.22"
16
16
tempfile = " 3.2"
17
- thorin-dwp = " 0.1.1 "
17
+ thorin-dwp = " 0.2 "
18
18
pathdiff = " 0.2.0"
19
19
snap = " 1"
20
20
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
You can’t perform that action at this time.
0 commit comments