Upgraded petgraph, hash for traces

This commit is contained in:
elvis
2025-10-19 17:11:32 +02:00
parent 08d195ab06
commit ae4bcb19c8
5 changed files with 7 additions and 7 deletions

View File

@ -7,5 +7,5 @@ edition = "2024"
rand = { version = "*" }
rsprocess = { path = "../rsprocess/" }
serde = { version = ">=1"}
petgraph = { version = "*", features = ["serde-1"] }
petgraph = { version = ">=0.8", features = ["serde-1"] }
petgraph-graphml = { version = "*" }