From cddf6abfa72ad8a9d38d5356c61d1fbb4f1e8c85 Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:50:38 +0200 Subject: [PATCH] cargo: update indexmap --- easytier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 2192250c..34dc1fc8 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -168,7 +168,7 @@ network-interface = "2.0" petgraph = "0.8.1" hashbrown = "0.15.3" ordered_hash_map = "0.5.0"# TODO: REPLACE THIS -indexmap = "2.13.0" +indexmap = "2.13.1" moka = { version = "0.12.13", features = ["future"] }