Skip to content

Commit e617832

Browse files
build(deps): update petgraph requirement to include 0.7 (#1226)
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/[email protected]@v0.7.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5684bd4 commit e617832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prost-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ heck = { version = ">=0.4, <=0.5" }
1919
itertools = { version = ">=0.10, <=0.14", default-features = false, features = ["use_alloc"] }
2020
log = "0.4.4"
2121
multimap = { version = ">=0.8, <=0.10", default-features = false }
22-
petgraph = { version = "0.6", default-features = false }
22+
petgraph = { version = ">=0.6, <=0.7", default-features = false }
2323
prost = { version = "0.13.4", path = "../prost", default-features = false }
2424
prost-types = { version = "0.13.4", path = "../prost-types", default-features = false }
2525
tempfile = "3"

0 commit comments

Comments
 (0)