Skip to content

Commit 053be15

Browse files
Bump petgraph from 0.6.0 to 0.6.3
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.0 to 0.6.3. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.3) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b55e72 commit 053be15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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"
2222
regex = "1.0"
2323
lazy_static = "1.1"
2424
derive-new = "0.5"
25-
petgraph = { version = ">=0.5,<0.7", optional = true }
25+
petgraph = { version = ">=0.5, <0.7", optional = true }
2626
strum_macros = ">=0.20, <0.25"

0 commit comments

Comments
 (0)