From 3596c4771ef17ae143ee327d55f098ef8dfc2300 Mon Sep 17 00:00:00 2001 From: easbar Date: Sat, 4 May 2024 20:16:07 +0200 Subject: [PATCH] Update priority-queue and bincode crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da4d9c2..ecfd2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ travis-ci = { repository = "easbar/fast_paths", branch = "master" } [dependencies] serde = { version = "1.0", features =["derive"] } log = "0.4" -priority-queue = "1.0.0" +priority-queue = "2.0.2" [dev-dependencies] -bincode = "1.1.2" +bincode = "1.3.3" rand = "0.6" stopwatch = "0.0.7"