Skip to content

Commit

Permalink
Bump petgraph from 0.6.6 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.6 to 0.7.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent ad256dd commit 54831eb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
28 changes: 22 additions & 6 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 lib/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface = { path = "../interface" }
mir = { path = "../mir" }
mir-fmm = { path = "../mir-fmm" }
parse = { path = "../parse" }
petgraph = "0.6"
petgraph = "0.7"
regex = "1"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/hir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
fnv = "1"
petgraph = "0.6"
petgraph = "0.7"
plist = { git = "https://github.com/raviqqe/plist-rs", branch = "main" }
position = { path = "../position" }
serde = { version = "1", features = ["derive", "rc"] }
Expand Down

0 comments on commit 54831eb

Please sign in to comment.