From a98bc33096e8b2c4ce6ca6545d3bb7769d1c572b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:59:19 +0000 Subject: [PATCH] Update petgraph requirement from 0.6.5 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.5...petgraph@v0.7.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libcnb-package/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcnb-package/Cargo.toml b/libcnb-package/Cargo.toml index 892e07e7..ad2e0c77 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -20,7 +20,7 @@ ignore = "0.4.23" indoc = "2.0.5" libcnb-common.workspace = true libcnb-data.workspace = true -petgraph = { version = "0.6.5", default-features = false } +petgraph = { version = "0.7.0", default-features = false } thiserror = "2.0.6" uriparse = "0.6.4" which = "7.0.0"