@@ -154,11 +154,11 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
154
154
155
155
[[package ]]
156
156
name = " ar_archive_writer"
157
- version = " 0.1.3 "
157
+ version = " 0.1.4 "
158
158
source = " registry+https://github.com/rust-lang/crates.io-index"
159
- checksum = " b0639441fd17a3197d1cbca8dc8768cc172a63b64b4bb6c372e8f41ed0acc9bb "
159
+ checksum = " 74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c "
160
160
dependencies = [
161
- " object" ,
161
+ " object 0.31.1 " ,
162
162
]
163
163
164
164
[[package ]]
@@ -233,7 +233,7 @@ dependencies = [
233
233
" cfg-if" ,
234
234
" libc" ,
235
235
" miniz_oxide" ,
236
- " object" ,
236
+ " object 0.30.1 " ,
237
237
" rustc-demangle" ,
238
238
]
239
239
@@ -331,6 +331,12 @@ dependencies = [
331
331
" packed_simd_2" ,
332
332
]
333
333
334
+ [[package ]]
335
+ name = " byteorder"
336
+ version = " 1.4.3"
337
+ source = " registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = " 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
339
+
334
340
[[package ]]
335
341
name = " bytes"
336
342
version = " 1.0.1"
@@ -2336,13 +2342,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
2342
checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2337
2343
dependencies = [
2338
2344
" compiler_builtins" ,
2345
+ " memchr" ,
2346
+ " rustc-std-workspace-alloc" ,
2347
+ " rustc-std-workspace-core" ,
2348
+ ]
2349
+
2350
+ [[package ]]
2351
+ name = " object"
2352
+ version = " 0.31.1"
2353
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = " 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2355
+ dependencies = [
2339
2356
" crc32fast" ,
2340
2357
" flate2" ,
2341
2358
" hashbrown 0.13.1" ,
2342
2359
" indexmap" ,
2343
2360
" memchr" ,
2344
- " rustc-std-workspace-alloc" ,
2345
- " rustc-std-workspace-core" ,
2361
+ " ruzstd" ,
2346
2362
]
2347
2363
2348
2364
[[package ]]
@@ -3194,7 +3210,7 @@ dependencies = [
3194
3210
" cstr" ,
3195
3211
" libc" ,
3196
3212
" measureme" ,
3197
- " object" ,
3213
+ " object 0.31.1 " ,
3198
3214
" rustc-demangle" ,
3199
3215
" rustc_ast" ,
3200
3216
" rustc_attr" ,
@@ -3230,7 +3246,7 @@ dependencies = [
3230
3246
" itertools" ,
3231
3247
" jobserver" ,
3232
3248
" libc" ,
3233
- " object" ,
3249
+ " object 0.31.1 " ,
3234
3250
" pathdiff" ,
3235
3251
" regex" ,
3236
3252
" rustc_arena" ,
@@ -4385,6 +4401,17 @@ version = "1.0.5"
4385
4401
source = " registry+https://github.com/rust-lang/crates.io-index"
4386
4402
checksum = " 61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
4387
4403
4404
+ [[package ]]
4405
+ name = " ruzstd"
4406
+ version = " 0.3.1"
4407
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4408
+ checksum = " 9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe"
4409
+ dependencies = [
4410
+ " byteorder" ,
4411
+ " thiserror" ,
4412
+ " twox-hash" ,
4413
+ ]
4414
+
4388
4415
[[package ]]
4389
4416
name = " ryu"
4390
4417
version = " 1.0.5"
@@ -4621,7 +4648,7 @@ dependencies = [
4621
4648
" hermit-abi 0.3.0" ,
4622
4649
" libc" ,
4623
4650
" miniz_oxide" ,
4624
- " object" ,
4651
+ " object 0.30.1 " ,
4625
4652
" panic_abort" ,
4626
4653
" panic_unwind" ,
4627
4654
" profiler_builtins" ,
@@ -4893,13 +4920,13 @@ dependencies = [
4893
4920
4894
4921
[[package ]]
4895
4922
name = " thorin-dwp"
4896
- version = " 0.4 .0"
4923
+ version = " 0.6 .0"
4897
4924
source = " registry+https://github.com/rust-lang/crates.io-index"
4898
- checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671 "
4925
+ checksum = " 98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927 "
4899
4926
dependencies = [
4900
4927
" gimli 0.26.2" ,
4901
4928
" hashbrown 0.12.3" ,
4902
- " object" ,
4929
+ " object 0.31.1 " ,
4903
4930
" tracing" ,
4904
4931
]
4905
4932
0 commit comments