diff --git a/swarms-rs/Cargo.toml b/swarms-rs/Cargo.toml index 285cbff..57b4c72 100644 --- a/swarms-rs/Cargo.toml +++ b/swarms-rs/Cargo.toml @@ -31,7 +31,7 @@ dotenv = "0.15" log = "0.4" env_logger = "0.11" colored = "3.0.0" -petgraph = { version = "0.7", default-features = false, features = [ +petgraph = { version = "0.8", default-features = false, features = [ "stable_graph", ] } reqwest = { version = "0.12", features = [