From 8e7e219ddf97357c504e8c6ca232bfdd11d7d962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:05:55 +0000 Subject: [PATCH] build(deps): bump priority-queue from 2.5.0 to 2.6.0 Bumps [priority-queue](https://github.com/garro95/priority-queue) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/garro95/priority-queue/releases) - [Commits](https://github.com/garro95/priority-queue/commits) --- updated-dependencies: - dependency-name: priority-queue dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a067647508a..f1168906765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4064,11 +4064,10 @@ dependencies = [ [[package]] name = "priority-queue" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5676d703dda103cbb035b653a9f11448c0a7216c7926bd35fcb5865475d0c970" +checksum = "3e7f4ffd8645efad783fc2844ac842367aa2e912d484950192564d57dc039a3a" dependencies = [ - "autocfg", "equivalent", "indexmap 2.11.4", ] diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 30d9215acfb..44e004be00c 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -81,7 +81,7 @@ tokio-retry = "0.3.0" toml = "0.9.7" url = "2.5.7" prometheus = "0.14.0" -priority-queue = "2.5.0" +priority-queue = "2.6.0" tonic = { workspace = true } prost = { workspace = true } prost-types = { workspace = true }