From e0a7defbddedb98c8924a80e6cb659dc033bfb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:42:31 +0000 Subject: [PATCH] chore(deps): update petgraph requirement from 0.6.4 to 0.7.0 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.4...petgraph@v0.7.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18efdb8..15a5556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ nohash-hasher = "0.2.0" gurobi = { version = "0.3.4", optional = true} [dev-dependencies] -petgraph = "0.6.4" +petgraph = "0.7.0" [features]