Skip to content

Commit 515802c

Browse files
authored
Bump petgraph to 0.7 (#1351)
1 parent f182dc2 commit 515802c

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

Cargo.lock

Lines changed: 10 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ license = "Apache-2.0"
2525

2626
[workspace.dependencies]
2727
ahash = "0.8.6"
28-
fixedbitset = "0.4.2"
28+
fixedbitset = "0.5.7"
2929
hashbrown = { version = ">=0.13, <0.15", features = ["rayon"] }
3030
indexmap = { version = ">=1.9, <3", features = ["rayon"] }
3131
ndarray = { version = "0.16.1", features = ["rayon"] }
3232
num-traits = "0.2"
3333
numpy = "0.22"
34-
petgraph = "0.6.5"
34+
petgraph = "0.7.0"
3535
rand = "0.8"
3636
rand_pcg = "0.3"
3737
rayon = "1.10"

0 commit comments

Comments
 (0)