Skip to content

Commit 97154dd

Browse files
deps: bump petgraph from 0.6.5 to 0.8.1
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.5 to 0.8.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e502e1b commit 97154dd

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed

Cargo.lock

Lines changed: 28 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ thiserror = ">=1, <3"
2222
regex = "1.10"
2323
lazy_static = "1.5"
2424
derive-new = ">=0.6, <0.8"
25-
petgraph = { version = ">=0.5, <0.7", optional = true }
25+
petgraph = { version = ">=0.5, <0.9", optional = true }
2626
strum_macros = ">=0.20, <0.27"

0 commit comments

Comments
 (0)