Update Rust crate petgraph to v0.8.2 (#13913)

This commit is contained in:
renovate[bot] 2025-06-09 14:28:51 -04:00 committed by GitHub
parent 2940122e69
commit dd46985e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2614,9 +2614,9 @@ dependencies = [
[[package]]
name = "petgraph"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a98c6720655620a521dcc722d0ad66cd8afd5d86e34a89ef691c50b7b24de06"
checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
dependencies = [
"fixedbitset",
"hashbrown 0.15.4",