From adfcdd37c14efe1d35891cd291208938b24dee80 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 3 Jan 2025 00:18:30 +0100 Subject: [PATCH] cargo: resolve indexmap and petgraph dependency conflict --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8ebe48..ae7da52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"