diff --git a/swarms-rs/Cargo.toml b/swarms-rs/Cargo.toml index 82ba7dd..cbb0207 100644 --- a/swarms-rs/Cargo.toml +++ b/swarms-rs/Cargo.toml @@ -63,7 +63,7 @@ tokio-test = "0.4" tracing-subscriber = { version = "0.3", features = ["env-filter"] } mockall = "0.13" criterion = { version = "0.5", features = ["html_reports"] } -ctor = "0.2" +ctor = "0.6" [[bench]] name = "concurrent_workflow_benchmarks"