From b150c24e6a1e5df6074734b73d9155d2dd9ccd84 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Tue, 14 Jan 2025 23:22:58 +0800 Subject: [PATCH] chore: update `petgraph` to 0.7.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2af8390..d84536d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fixedbitset" -version = "0.4.2" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "fnv" @@ -1485,9 +1485,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "petgraph" -version = "0.6.5" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index abf2e096..8ae13c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ mockall = "0.13.1" nix = { version = "0.29.0", default-features = false } parking_lot = "0.12.3" paste = "1.0.15" -petgraph = "0.6.5" +petgraph = "0.7.1" pretty_assertions = "1.4.1" rand = "0.8.5" ratatui = "0.29.0"