@@ -39,6 +39,12 @@ dependencies = [
39
39
" memchr" ,
40
40
]
41
41
42
+ [[package ]]
43
+ name = " allocator-api2"
44
+ version = " 0.2.21"
45
+ source = " registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = " 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
47
+
42
48
[[package ]]
43
49
name = " android-tzdata"
44
50
version = " 0.1.1"
@@ -207,9 +213,9 @@ dependencies = [
207
213
208
214
[[package ]]
209
215
name = " bumpalo"
210
- version = " 3.18.1 "
216
+ version = " 3.19.0 "
211
217
source = " registry+https://github.com/rust-lang/crates.io-index"
212
- checksum = " 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee "
218
+ checksum = " 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 "
213
219
214
220
[[package ]]
215
221
name = " byteorder"
@@ -785,7 +791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
785
791
checksum = " 27b92c49194cd4f20bad0d9875503c951993f4249c0cfd210a49ed39ef072a0c"
786
792
dependencies = [
787
793
" ahash" ,
788
- " petgraph 0.7.1 " ,
794
+ " petgraph 0.8.2 " ,
789
795
]
790
796
791
797
[[package ]]
@@ -803,6 +809,8 @@ version = "0.15.4"
803
809
source = " registry+https://github.com/rust-lang/crates.io-index"
804
810
checksum = " 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
805
811
dependencies = [
812
+ " allocator-api2" ,
813
+ " equivalent" ,
806
814
" foldhash" ,
807
815
]
808
816
@@ -985,9 +993,9 @@ dependencies = [
985
993
986
994
[[package ]]
987
995
name = " indexmap"
988
- version = " 2.9 .0"
996
+ version = " 2.10 .0"
989
997
source = " registry+https://github.com/rust-lang/crates.io-index"
990
- checksum = " cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e "
998
+ checksum = " fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 "
991
999
dependencies = [
992
1000
" equivalent" ,
993
1001
" hashbrown 0.15.4" ,
@@ -1518,12 +1526,14 @@ dependencies = [
1518
1526
1519
1527
[[package ]]
1520
1528
name = " petgraph"
1521
- version = " 0.7.1 "
1529
+ version = " 0.8.2 "
1522
1530
source = " registry+https://github.com/rust-lang/crates.io-index"
1523
- checksum = " 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 "
1531
+ checksum = " 54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca "
1524
1532
dependencies = [
1525
1533
" fixedbitset 0.5.7" ,
1534
+ " hashbrown 0.15.4" ,
1526
1535
" indexmap" ,
1536
+ " serde" ,
1527
1537
]
1528
1538
1529
1539
[[package ]]
@@ -1807,7 +1817,7 @@ version = "0.0.0"
1807
1817
dependencies = [
1808
1818
" csv" ,
1809
1819
" graph-cycles" ,
1810
- " petgraph 0.7.1 " ,
1820
+ " petgraph 0.8.2 " ,
1811
1821
" serde" ,
1812
1822
" strum" ,
1813
1823
" strum_macros" ,
0 commit comments