From e94fe26bc27a7a416e3b1042322f4b3eeda2dce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:21:11 +0000 Subject: [PATCH] build(deps): update petgraph requirement from 0.6 to 0.7 Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.0...petgraph@v0.7.0) --- updated-dependencies: - dependency-name: petgraph 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 1fe6420a..90b8a184 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.7" fixedbitset = "0.4" rhai = { version = "1.5.0", features = [ "sync",