Skip to content

Commit f70afda

Browse files
chore(deps): update petgraph requirement from ^0.7.1 to ^0.8.0 (#46)
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/petgraph@v0.7.1...petgraph@v0.8.0) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edcbe1b commit f70afda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ itertools = "^0.14.0"
4141
num-bigint = "^0.4.6"
4242
num-traits = "^0.2.19"
4343
pacmanconf = "^3.0.0"
44-
petgraph = "^0.7.1"
44+
petgraph = "^0.8.0"
4545
pipe-trait = "^0.4.0"
4646
rayon = "^1.10.0"
4747
reflink = "^0.1.3"

0 commit comments

Comments
 (0)