@@ -1196,6 +1196,12 @@ dependencies = [
1196
1196
" once_cell" ,
1197
1197
]
1198
1198
1199
+ [[package ]]
1200
+ name = " fallible-iterator"
1201
+ version = " 0.2.0"
1202
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1203
+ checksum = " 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1204
+
1199
1205
[[package ]]
1200
1206
name = " fallible-iterator"
1201
1207
version = " 0.3.0"
@@ -1478,7 +1484,7 @@ version = "0.31.1"
1478
1484
source = " registry+https://github.com/rust-lang/crates.io-index"
1479
1485
checksum = " 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1480
1486
dependencies = [
1481
- " fallible-iterator" ,
1487
+ " fallible-iterator 0.3.0 " ,
1482
1488
" indexmap" ,
1483
1489
" stable_deref_trait" ,
1484
1490
]
@@ -1489,7 +1495,7 @@ version = "0.32.0"
1489
1495
source = " registry+https://github.com/rust-lang/crates.io-index"
1490
1496
checksum = " 93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe"
1491
1497
dependencies = [
1492
- " fallible-iterator" ,
1498
+ " fallible-iterator 0.3.0 " ,
1493
1499
" indexmap" ,
1494
1500
" stable_deref_trait" ,
1495
1501
]
@@ -2765,6 +2771,17 @@ version = "0.2.3"
2765
2771
source = " registry+https://github.com/rust-lang/crates.io-index"
2766
2772
checksum = " df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2767
2773
2774
+ [[package ]]
2775
+ name = " pdb"
2776
+ version = " 0.8.0"
2777
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2778
+ checksum = " 82040a392923abe6279c00ab4aff62d5250d1c8555dc780e4b02783a7aa74863"
2779
+ dependencies = [
2780
+ " fallible-iterator 0.2.0" ,
2781
+ " scroll" ,
2782
+ " uuid" ,
2783
+ ]
2784
+
2768
2785
[[package ]]
2769
2786
name = " percent-encoding"
2770
2787
version = " 2.3.1"
@@ -3221,6 +3238,7 @@ dependencies = [
3221
3238
" gimli 0.32.0" ,
3222
3239
" libc" ,
3223
3240
" object 0.37.1" ,
3241
+ " pdb" ,
3224
3242
" regex" ,
3225
3243
" serde_json" ,
3226
3244
" similar" ,
@@ -4930,6 +4948,12 @@ version = "1.2.0"
4930
4948
source = " registry+https://github.com/rust-lang/crates.io-index"
4931
4949
checksum = " 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4932
4950
4951
+ [[package ]]
4952
+ name = " scroll"
4953
+ version = " 0.11.0"
4954
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4955
+ checksum = " 04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
4956
+
4933
4957
[[package ]]
4934
4958
name = " self_cell"
4935
4959
version = " 1.2.0"
0 commit comments