cargo: resolve indexmap and petgraph dependency conflict
This commit is contained in:
parent
2df87f70e1
commit
adfcdd37c1
|
@ -19,8 +19,13 @@ vk-mem = "0.4.0"
|
||||||
vk-sync = "0.1.6"
|
vk-sync = "0.1.6"
|
||||||
tinyvec = "1.8"
|
tinyvec = "1.8"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = "1.42.0"
|
bitflags = "2.6"
|
||||||
|
petgraph = "0.7"
|
||||||
|
|
||||||
|
indexmap = "2"
|
||||||
|
itertools = "0.14.0"
|
||||||
|
|
||||||
|
tokio = "1.42"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
smol = "2.0"
|
smol = "2.0"
|
||||||
rayon = "1.10"
|
rayon = "1.10"
|
||||||
|
|
Loading…
Reference in a new issue