Skip to content

Commit 53f8ca2

Browse files
Bump petgraph from 0.5.1 to 0.6.0
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](petgraph/petgraph@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 833e6af commit 53f8ca2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -23,7 +23,7 @@ num-format = "^0.4"
2323
num = "^0.4"
2424
num-derive = "^0.3"
2525
num-traits = "^0.2"
26-
petgraph = "^0.5"
26+
petgraph = "^0.6"
2727
phf = { version = "^0.8", features = ["macros"] }
2828
regex = "^1.5"
2929
serde = { version = "^1.0", features = ["derive"] }

0 commit comments

Comments
 (0)