From 160eef82e81471a05361364da6615f72691c0443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:00:24 +0000 Subject: [PATCH] Bump petgraph from 0.5.1 to 0.6.3 Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.5.1 to 0.6.3. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.5.1...petgraph@v0.6.3) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e10fbc2b9c..169b18f405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5366,7 +5366,7 @@ dependencies = [ "move-bytecode-source-map", "move-command-line-common", "move-coverage 0.1.0", - "petgraph 0.5.1", + "petgraph 0.6.3", "serde 1.0.205", ] @@ -10196,7 +10196,7 @@ dependencies = [ "move-command-line-common", "move-compiler", "once_cell", - "petgraph 0.5.1", + "petgraph 0.6.3", "regex", "starcoin-crypto", "starcoin-logger", diff --git a/Cargo.toml b/Cargo.toml index 3ca45eb2f0..b6c9de5092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -386,7 +386,7 @@ ordinal = "0.3.1" parity-tokio-ipc = "0.9" parking_lot = "0.12.1" pbkdf2 = "0.11" -petgraph = "0.5.1" +petgraph = "0.6.3" pin-project = "0.4.27" pin-utils = "0.1.0" pretty = "0.10.0"