Skip to content
Snippets Groups Projects
Commit b17fa22a authored by Nazar Mokrynskyi's avatar Nazar Mokrynskyi Committed by GitHub
Browse files

Remove unused pdqselect dependency from `sc-consensus-babe` (#9528)

parent 1d277837
No related merge requests found
......@@ -6047,12 +6047,6 @@ dependencies = [
"crypto-mac 0.8.0",
]
[[package]]
name = "pdqselect"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
[[package]]
name = "peeking_take_while"
version = "0.1.2"
......@@ -7380,7 +7374,6 @@ dependencies = [
"num-traits",
"parity-scale-codec",
"parking_lot 0.11.1",
"pdqselect",
"rand 0.7.3",
"rand_chacha 0.2.2",
"retain_mut",
......
......@@ -50,7 +50,6 @@ log = "0.4.8"
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
rand = "0.7.2"
merlin = "2.0"
pdqselect = "0.1.0"
derive_more = "0.99.2"
retain_mut = "0.1.3"
async-trait = "0.1.50"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment