Skip to content

Commit

Permalink
Update petgraph requirement from 0.6.5 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version.
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.7.0)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent b9d14a5 commit a98bc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ignore = "0.4.23"
indoc = "2.0.5"
libcnb-common.workspace = true
libcnb-data.workspace = true
petgraph = { version = "0.6.5", default-features = false }
petgraph = { version = "0.7.0", default-features = false }
thiserror = "2.0.6"
uriparse = "0.6.4"
which = "7.0.0"

0 comments on commit a98bc33

Please sign in to comment.