diff --git a/Cargo.toml b/Cargo.toml index 30cfbaf..d27385f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "=1.0.135" vfs = "=0.12.0" clap = { version = "=4.5.24", features = ["std", "color", "suggestions", "cargo", "derive"] } clap_complete = "=4.5.41" -petgraph = "=0.7.0" +petgraph = "=0.7.1" ansi_term = "=0.12.1" handlebars = "=6.3.0" sha2 = "=0.10.8"