Skip to content

Commit 393dbc2

Browse files
Remove pbkdf2, rand_chacha0-2 as they are not used (#10843)
* remove `pbkdf2` as it is not used * remove `rand_chacha0-2` as it is not used
1 parent a3ea434 commit 393dbc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ num_enum = "0.7.4"
334334
openssl = "0.10"
335335
pairing = "0.23.0"
336336
parking_lot = "0.12"
337-
pbkdf2 = { version = "0.12.2", default-features = false }
338337
pem = "1.1.1"
339338
percentage = "0.1.0"
340339
pickledb = { version = "0.5.1", default-features = false }
@@ -357,7 +356,6 @@ quote = "1.0"
357356
rand = "0.9.2"
358357
rand0-7 = { package = "rand", version = "0.7" }
359358
rand_chacha = "0.9.0"
360-
rand_chacha0-2 = { package = "rand_chacha", version = "0.2.2" }
361359
rayon = "1.11.0"
362360
reed-solomon-erasure = "6.0.0"
363361
regex = "1.12.3"

0 commit comments

Comments
 (0)