cargo: resolve indexmap and petgraph dependency conflict

This commit is contained in:
Janis 2025-01-03 00:18:30 +01:00
parent 2df87f70e1
commit adfcdd37c1

View file

@ -19,8 +19,13 @@ vk-mem = "0.4.0"
vk-sync = "0.1.6"
tinyvec = "1.8"
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"
smol = "2.0"
rayon = "1.10"