From b91407ac293d94650044e6b7f5ede28c26604dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:56:30 +0000 Subject: [PATCH] build(deps): bump priority-queue from 2.3.1 to 2.5.0 Bumps [priority-queue](https://github.com/garro95/priority-queue) from 2.3.1 to 2.5.0. - [Release notes](https://github.com/garro95/priority-queue/releases) - [Commits](https://github.com/garro95/priority-queue/compare/2.3.1...2.5.0) --- updated-dependencies: - dependency-name: priority-queue dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f3dbc27..65a13c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ dependencies = [ [[package]] name = "priority-queue" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef08705fa1589a1a59aa924ad77d14722cb0cd97b67dd5004ed5f4a4873fce8d" +checksum = "5676d703dda103cbb035b653a9f11448c0a7216c7926bd35fcb5865475d0c970" dependencies = [ "autocfg", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index c7396980..1754c8d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples indexmap = "2.7.0" # for debug logs in tests log = "0.4.27" -priority-queue = "2.3.1" +priority-queue = "2.5.0" rustc-hash = "^2.1.1" serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "2.0"