From e981e4dfe315582e84e2fd724832fb0e0c50b7aa Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 22 Mar 2024 11:14:11 +0100 Subject: [PATCH] Update priority queue (#26) I've been looking at duplicate dependencies and priority-queue 1 was pulling in old versions of indexmap and hashbrown --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adb78eb7..219c2aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples [dependencies] indexmap = "2.0.2" -priority-queue = "1.1.1" +priority-queue = "2.0.2" thiserror = "1.0" rustc-hash = "1.1.0" serde = { version = "1.0", features = ["derive"], optional = true }