From 2fe516619748d2beb7fccbef47a6c0691705c52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:43:26 +0000 Subject: [PATCH] build(deps): update petgraph requirement from 0.6 to 0.8 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.6.0...petgraph@v0.8.3) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc0b0d3e..6f50ff01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ once_cell = "1.9.0" mini-moka = { version = "0.10", optional = true } parking_lot = "0.12.0" regex = "1.5.4" -petgraph = "0.6" +petgraph = "0.8" fixedbitset = "0.4" rhai = { version = "1.5.0", features = [ "sync",