From 623d6ce690498884fa8c61558a3c524fb470fd7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:27:00 +0000 Subject: [PATCH] Update Rust crate binary-heap-plus to 0.5.0 --- patchset/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchset/Cargo.toml b/patchset/Cargo.toml index a445c44..2173feb 100644 --- a/patchset/Cargo.toml +++ b/patchset/Cargo.toml @@ -7,5 +7,5 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -binary-heap-plus = "0.4.1" +binary-heap-plus = "0.5.0" thiserror = "1.0.30"