@@ -8,8 +8,17 @@ version = "0.20.0"
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
9
checksum = " f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10
10
dependencies = [
11
- " compiler_builtins" ,
12
11
" gimli 0.27.3" ,
12
+ ]
13
+
14
+ [[package ]]
15
+ name = " addr2line"
16
+ version = " 0.21.0"
17
+ source = " registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = " 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
19
+ dependencies = [
20
+ " compiler_builtins" ,
21
+ " gimli 0.28.0" ,
13
22
" rustc-std-workspace-alloc" ,
14
23
" rustc-std-workspace-core" ,
15
24
]
@@ -179,7 +188,7 @@ version = "0.1.4"
179
188
source = " registry+https://github.com/rust-lang/crates.io-index"
180
189
checksum = " 74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c"
181
190
dependencies = [
182
- " object" ,
191
+ " object 0.31.1 " ,
183
192
]
184
193
185
194
[[package ]]
@@ -249,12 +258,12 @@ version = "0.3.68"
249
258
source = " registry+https://github.com/rust-lang/crates.io-index"
250
259
checksum = " 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
251
260
dependencies = [
252
- " addr2line" ,
261
+ " addr2line 0.20.0 " ,
253
262
" cc" ,
254
263
" cfg-if" ,
255
264
" libc" ,
256
265
" miniz_oxide" ,
257
- " object" ,
266
+ " object 0.31.1 " ,
258
267
" rustc-demangle" ,
259
268
]
260
269
@@ -1362,6 +1371,12 @@ name = "gimli"
1362
1371
version = " 0.27.3"
1363
1372
source = " registry+https://github.com/rust-lang/crates.io-index"
1364
1373
checksum = " b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
1374
+
1375
+ [[package ]]
1376
+ name = " gimli"
1377
+ version = " 0.28.0"
1378
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = " 6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
1365
1380
dependencies = [
1366
1381
" compiler_builtins" ,
1367
1382
" rustc-std-workspace-alloc" ,
@@ -2204,15 +2219,24 @@ version = "0.31.1"
2204
2219
source = " registry+https://github.com/rust-lang/crates.io-index"
2205
2220
checksum = " 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2206
2221
dependencies = [
2207
- " compiler_builtins" ,
2208
2222
" crc32fast" ,
2209
2223
" flate2" ,
2210
2224
" hashbrown 0.13.2" ,
2211
2225
" indexmap 1.9.3" ,
2212
2226
" memchr" ,
2227
+ " ruzstd" ,
2228
+ ]
2229
+
2230
+ [[package ]]
2231
+ name = " object"
2232
+ version = " 0.32.0"
2233
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2234
+ checksum = " 77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2235
+ dependencies = [
2236
+ " compiler_builtins" ,
2237
+ " memchr" ,
2213
2238
" rustc-std-workspace-alloc" ,
2214
2239
" rustc-std-workspace-core" ,
2215
- " ruzstd" ,
2216
2240
]
2217
2241
2218
2242
[[package ]]
@@ -3029,7 +3053,7 @@ dependencies = [
3029
3053
" cstr" ,
3030
3054
" libc" ,
3031
3055
" measureme" ,
3032
- " object" ,
3056
+ " object 0.31.1 " ,
3033
3057
" rustc-demangle" ,
3034
3058
" rustc_ast" ,
3035
3059
" rustc_attr" ,
@@ -3065,7 +3089,7 @@ dependencies = [
3065
3089
" itertools" ,
3066
3090
" jobserver" ,
3067
3091
" libc" ,
3068
- " object" ,
3092
+ " object 0.31.1 " ,
3069
3093
" pathdiff" ,
3070
3094
" regex" ,
3071
3095
" rustc_arena" ,
@@ -3996,7 +4020,7 @@ name = "rustc_target"
3996
4020
version = " 0.0.0"
3997
4021
dependencies = [
3998
4022
" bitflags 1.3.2" ,
3999
- " object" ,
4023
+ " object 0.31.1 " ,
4000
4024
" rustc_abi" ,
4001
4025
" rustc_data_structures" ,
4002
4026
" rustc_feature" ,
@@ -4490,7 +4514,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4490
4514
name = " std"
4491
4515
version = " 0.0.0"
4492
4516
dependencies = [
4493
- " addr2line" ,
4517
+ " addr2line 0.21.0 " ,
4494
4518
" alloc" ,
4495
4519
" cfg-if" ,
4496
4520
" compiler_builtins" ,
@@ -4501,7 +4525,7 @@ dependencies = [
4501
4525
" hermit-abi 0.3.1" ,
4502
4526
" libc" ,
4503
4527
" miniz_oxide" ,
4504
- " object" ,
4528
+ " object 0.32.0 " ,
4505
4529
" panic_abort" ,
4506
4530
" panic_unwind" ,
4507
4531
" profiler_builtins" ,
@@ -4773,7 +4797,7 @@ checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927"
4773
4797
dependencies = [
4774
4798
" gimli 0.26.2" ,
4775
4799
" hashbrown 0.12.3" ,
4776
- " object" ,
4800
+ " object 0.31.1 " ,
4777
4801
" tracing" ,
4778
4802
]
4779
4803
0 commit comments