From f3b4108f8f489ca6acdf0b126e24ab4f20297ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:09:54 +0000 Subject: [PATCH] build(deps): bump petgraph from 0.6.4 to 0.6.5 Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.4 to 0.6.5. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.4...petgraph@v0.6.5) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 430ade292..3291046ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3260,9 +3260,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", "indexmap 2.1.0", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 272816e26..e0ba9e8bd 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -57,7 +57,7 @@ strum_macros = "0.25.3" slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0" -petgraph = "0.6.4" +petgraph = "0.6.5" tiny-keccak = "1.5.0" tokio = { version = "1.35.1", features = [ "time",