Skip to content

Commit

Permalink
Bump petgraph from 0.6.4 to 0.6.5
Browse files Browse the repository at this point in the history
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.4 to 0.6.5.
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.4...petgraph@v0.6.5)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 0c8ab87 commit b69fff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
itertools = "0.12.1"
lazy_static = "1.4.0"
ndarray = "0.15.6"
petgraph = {version = "0.6.4", default-features = false, features = ["stable_graph"]}
petgraph = {version = "0.6.5", default-features = false, features = ["stable_graph"]}
regex = "1.10.4"
unic-char-range = "0.9.0"
unic-ucd-category = "0.9.0"
Expand Down

0 comments on commit b69fff2

Please sign in to comment.