From 52b105b479951efaac116bf36fa5ebf29d4b918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:34:19 +0000 Subject: [PATCH] Update petgraph requirement from 0.6 to 0.7 Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.0...petgraph@v0.7.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- neo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/Cargo.toml b/neo/Cargo.toml index 1fb8701..f8c8afb 100644 --- a/neo/Cargo.toml +++ b/neo/Cargo.toml @@ -45,7 +45,7 @@ test = true itertools = "0.13" num = "0.4" paste.workspace = true -petgraph = "0.6" +petgraph = "0.7" strum.workspace = true thiserror = "1"