Skip to content

Commit ee23e07

Browse files
github-actions[bot]tautschnigcarolynzech
authored
Automatic cargo update to 2025-06-30 (#4186)
Dependency upgrade resulting from `cargo update`. --------- Co-authored-by: tautschnig <[email protected]> Co-authored-by: Carolyn Zech <[email protected]>
1 parent 0c50d46 commit ee23e07

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ dependencies = [
3939
"memchr",
4040
]
4141

42+
[[package]]
43+
name = "allocator-api2"
44+
version = "0.2.21"
45+
source = "registry+https://github.com/rust-lang/crates.io-index"
46+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
47+
4248
[[package]]
4349
name = "android-tzdata"
4450
version = "0.1.1"
@@ -207,9 +213,9 @@ dependencies = [
207213

208214
[[package]]
209215
name = "bumpalo"
210-
version = "3.18.1"
216+
version = "3.19.0"
211217
source = "registry+https://github.com/rust-lang/crates.io-index"
212-
checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
218+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
213219

214220
[[package]]
215221
name = "byteorder"
@@ -785,7 +791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
785791
checksum = "27b92c49194cd4f20bad0d9875503c951993f4249c0cfd210a49ed39ef072a0c"
786792
dependencies = [
787793
"ahash",
788-
"petgraph 0.7.1",
794+
"petgraph 0.8.2",
789795
]
790796

791797
[[package]]
@@ -803,6 +809,8 @@ version = "0.15.4"
803809
source = "registry+https://github.com/rust-lang/crates.io-index"
804810
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
805811
dependencies = [
812+
"allocator-api2",
813+
"equivalent",
806814
"foldhash",
807815
]
808816

@@ -985,9 +993,9 @@ dependencies = [
985993

986994
[[package]]
987995
name = "indexmap"
988-
version = "2.9.0"
996+
version = "2.10.0"
989997
source = "registry+https://github.com/rust-lang/crates.io-index"
990-
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
998+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
991999
dependencies = [
9921000
"equivalent",
9931001
"hashbrown 0.15.4",
@@ -1518,12 +1526,14 @@ dependencies = [
15181526

15191527
[[package]]
15201528
name = "petgraph"
1521-
version = "0.7.1"
1529+
version = "0.8.2"
15221530
source = "registry+https://github.com/rust-lang/crates.io-index"
1523-
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1531+
checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
15241532
dependencies = [
15251533
"fixedbitset 0.5.7",
1534+
"hashbrown 0.15.4",
15261535
"indexmap",
1536+
"serde",
15271537
]
15281538

15291539
[[package]]
@@ -1807,7 +1817,7 @@ version = "0.0.0"
18071817
dependencies = [
18081818
"csv",
18091819
"graph-cycles",
1810-
"petgraph 0.7.1",
1820+
"petgraph 0.8.2",
18111821
"serde",
18121822
"strum",
18131823
"strum_macros",

tools/scanner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ csv = "1.3"
1515
serde = {version = "1", features = ["derive"]}
1616
strum = "0.27.1"
1717
strum_macros = "0.27.1"
18-
petgraph = "0.7.1"
18+
petgraph = "0.8.2"
1919
graph-cycles = "0.3.0"
2020

2121
[package.metadata.rust-analyzer]

0 commit comments

Comments
 (0)