@@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
checksum = " 3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
10
10
dependencies = [
11
11
" compiler_builtins" ,
12
- " gimli" ,
12
+ " gimli 0.25.0 " ,
13
13
" rustc-std-workspace-alloc" ,
14
14
" rustc-std-workspace-core" ,
15
15
]
@@ -87,9 +87,9 @@ dependencies = [
87
87
88
88
[[package ]]
89
89
name = " anyhow"
90
- version = " 1.0.34 "
90
+ version = " 1.0.51 "
91
91
source = " registry+https://github.com/rust-lang/crates.io-index"
92
- checksum = " bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7 "
92
+ checksum = " 8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203 "
93
93
94
94
[[package ]]
95
95
name = " array_tool"
@@ -1158,6 +1158,12 @@ version = "0.1.2"
1158
1158
source = " registry+https://github.com/rust-lang/crates.io-index"
1159
1159
checksum = " e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1160
1160
1161
+ [[package ]]
1162
+ name = " fallible-iterator"
1163
+ version = " 0.2.0"
1164
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = " 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1166
+
1161
1167
[[package ]]
1162
1168
name = " filetime"
1163
1169
version = " 0.2.14"
@@ -1446,6 +1452,17 @@ dependencies = [
1446
1452
" rustc-std-workspace-core" ,
1447
1453
]
1448
1454
1455
+ [[package ]]
1456
+ name = " gimli"
1457
+ version = " 0.26.1"
1458
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = " 78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1460
+ dependencies = [
1461
+ " fallible-iterator" ,
1462
+ " indexmap" ,
1463
+ " stable_deref_trait" ,
1464
+ ]
1465
+
1449
1466
[[package ]]
1450
1467
name = " git2"
1451
1468
version = " 0.13.23"
@@ -2339,6 +2356,18 @@ dependencies = [
2339
2356
" rustc-std-workspace-core" ,
2340
2357
]
2341
2358
2359
+ [[package ]]
2360
+ name = " object"
2361
+ version = " 0.27.1"
2362
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = " 67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2364
+ dependencies = [
2365
+ " crc32fast" ,
2366
+ " flate2" ,
2367
+ " indexmap" ,
2368
+ " memchr" ,
2369
+ ]
2370
+
2342
2371
[[package ]]
2343
2372
name = " odht"
2344
2373
version = " 0.3.1"
@@ -3725,10 +3754,11 @@ dependencies = [
3725
3754
" itertools 0.9.0" ,
3726
3755
" jobserver" ,
3727
3756
" libc" ,
3728
- " object" ,
3757
+ " object 0.26.2 " ,
3729
3758
" pathdiff" ,
3730
3759
" regex" ,
3731
3760
" rustc_apfloat" ,
3761
+ " rustc_arena" ,
3732
3762
" rustc_ast" ,
3733
3763
" rustc_attr" ,
3734
3764
" rustc_data_structures" ,
@@ -3749,6 +3779,7 @@ dependencies = [
3749
3779
" smallvec" ,
3750
3780
" snap" ,
3751
3781
" tempfile" ,
3782
+ " thorin-dwp" ,
3752
3783
" tracing" ,
3753
3784
]
3754
3785
@@ -4993,7 +5024,7 @@ dependencies = [
4993
5024
" hermit-abi" ,
4994
5025
" libc" ,
4995
5026
" miniz_oxide" ,
4996
- " object" ,
5027
+ " object 0.26.2 " ,
4997
5028
" panic_abort" ,
4998
5029
" panic_unwind" ,
4999
5030
" profiler_builtins" ,
@@ -5057,9 +5088,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
5057
5088
5058
5089
[[package ]]
5059
5090
name = " structopt"
5060
- version = " 0.3.16 "
5091
+ version = " 0.3.25 "
5061
5092
source = " registry+https://github.com/rust-lang/crates.io-index"
5062
- checksum = " de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976 "
5093
+ checksum = " 40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c "
5063
5094
dependencies = [
5064
5095
" clap" ,
5065
5096
" lazy_static" ,
@@ -5068,9 +5099,9 @@ dependencies = [
5068
5099
5069
5100
[[package ]]
5070
5101
name = " structopt-derive"
5071
- version = " 0.4.9 "
5102
+ version = " 0.4.18 "
5072
5103
source = " registry+https://github.com/rust-lang/crates.io-index"
5073
- checksum = " 1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99 "
5104
+ checksum = " dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0 "
5074
5105
dependencies = [
5075
5106
" heck" ,
5076
5107
" proc-macro-error" ,
@@ -5249,24 +5280,36 @@ dependencies = [
5249
5280
5250
5281
[[package ]]
5251
5282
name = " thiserror"
5252
- version = " 1.0.20 "
5283
+ version = " 1.0.30 "
5253
5284
source = " registry+https://github.com/rust-lang/crates.io-index"
5254
- checksum = " 7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08 "
5285
+ checksum = " 854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417 "
5255
5286
dependencies = [
5256
5287
" thiserror-impl" ,
5257
5288
]
5258
5289
5259
5290
[[package ]]
5260
5291
name = " thiserror-impl"
5261
- version = " 1.0.20 "
5292
+ version = " 1.0.30 "
5262
5293
source = " registry+https://github.com/rust-lang/crates.io-index"
5263
- checksum = " bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793 "
5294
+ checksum = " aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b "
5264
5295
dependencies = [
5265
5296
" proc-macro2" ,
5266
5297
" quote" ,
5267
5298
" syn" ,
5268
5299
]
5269
5300
5301
+ [[package ]]
5302
+ name = " thorin-dwp"
5303
+ version = " 0.1.1"
5304
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5305
+ checksum = " 039d1fc0bfdb73910c2702893515580e38c192f47a987bc98ddd38a36f2d953a"
5306
+ dependencies = [
5307
+ " gimli 0.26.1" ,
5308
+ " indexmap" ,
5309
+ " object 0.27.1" ,
5310
+ " tracing" ,
5311
+ ]
5312
+
5270
5313
[[package ]]
5271
5314
name = " thread_local"
5272
5315
version = " 1.0.1"
@@ -5394,9 +5437,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5394
5437
5395
5438
[[package ]]
5396
5439
name = " tracing"
5397
- version = " 0.1.28 "
5440
+ version = " 0.1.29 "
5398
5441
source = " registry+https://github.com/rust-lang/crates.io-index"
5399
- checksum = " 84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8 "
5442
+ checksum = " 375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105 "
5400
5443
dependencies = [
5401
5444
" cfg-if 1.0.0" ,
5402
5445
" pin-project-lite" ,
@@ -5406,9 +5449,9 @@ dependencies = [
5406
5449
5407
5450
[[package ]]
5408
5451
name = " tracing-attributes"
5409
- version = " 0.1.17 "
5452
+ version = " 0.1.18 "
5410
5453
source = " registry+https://github.com/rust-lang/crates.io-index"
5411
- checksum = " c4f915eb6abf914599c200260efced9203504c4c37380af10cdf3b7d36970650 "
5454
+ checksum = " f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e "
5412
5455
dependencies = [
5413
5456
" proc-macro2" ,
5414
5457
" quote" ,
0 commit comments