Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump petgraph from 0.6.2 to 0.8.3
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.2 to 0.8.3.
- [Release notes](https://github.com/petgraph/petgraph/releases)
- [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md)
- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.2...petgraph@v0.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2025
commit db2f2acd1fef54e4989ee9bad4ba9060260f6055
40 changes: 10 additions & 30 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 analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ csv = "1.2.2"
regex = "1.4.2"
serde = "1.0"
serde_derive = "1.0"
petgraph = "0.6.2"
petgraph = "0.8.3"

[features]
default = ["emit_csv", "emit_json", "emit_text"]
Expand Down
2 changes: 1 addition & 1 deletion ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "./ir.rs"
[dependencies]
cpp_demangle = { version = "0.3.5", default-features = false }
frozen = "1"
petgraph = "0.6.2"
petgraph = "0.8.3"
rustc-demangle = "0.1.21"
serde = "1.0"
serde_derive = "1.0"
Loading