Skip to content

Commit d9fb09f

Browse files
build(deps): update petgraph requirement from ^0.7 to ^0.8
Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.8.1) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 865e109 commit d9fb09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num = "^0.4"
1818
num-derive = "^0.4"
1919
num-format = "^0.4"
2020
num-traits = "^0.2"
21-
petgraph = "^0.7"
21+
petgraph = "^0.8"
2222
regex = "^1.7"
2323
serde = { version = "^1.0", features = ["derive"] }
2424
termcolor = "^1.2"

0 commit comments

Comments
 (0)