Skip to content

Commit c651b09

Browse files
build(deps): update petgraph requirement from ^0.7 to ^0.8 (#1151)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 958ff96 commit c651b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)