From 096e4064c78b2f85f9096227b9d04eacdad951b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:26:40 +0000 Subject: [PATCH] Update petgraph requirement from 0.7.1 to 0.8.2 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.1...petgraph@v0.8.2) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.2 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 b08eb51..b247061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE-*", "README.*", "CHANGELOG.md"] maintenance = {status = "passively-maintained"} [dependencies] -petgraph = "0.7.1" +petgraph = "0.8.2" xml-rs = "0.8.0" [dev-dependencies]