From 5d226744478dddce060c77efabe0a82d11c7a44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:22:25 +0000 Subject: [PATCH] build(deps): update petgraph requirement from 0.7 to 0.8 in /swarms-rs Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [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.7.0...petgraph@v0.8.2) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- swarms-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [