From c6e8ff803f76c9ecc989ec9cac077f244d93dd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:31:26 +0000 Subject: [PATCH] chore(deps): update petgraph requirement from 0.6.4 to 0.7.1 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.1) --- 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..f09630c 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.1" [features]