From 4a88a4e16dd8046b1b888c0df328779d68d18135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:03:47 +0000 Subject: [PATCH] build(deps): update petgraph requirement to include 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 ... --- prost-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 8266da0a1..0a68dd6cd 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -19,7 +19,7 @@ heck = { version = ">=0.4, <=0.5" } itertools = { version = ">=0.10, <=0.13", default-features = false, features = ["use_alloc"] } log = "0.4.4" multimap = { version = ">=0.8, <=0.10", default-features = false } -petgraph = { version = "0.6", default-features = false } +petgraph = { version = ">=0.6, <=0.7", default-features = false } prost = { version = "0.13.4", path = "../prost", default-features = false } prost-types = { version = "0.13.4", path = "../prost-types", default-features = false } tempfile = "3"