Remove unnecessary derivative dependency

This commit is contained in:
Thomas Eizinger 2021-02-22 12:29:54 +11:00
parent f0ba80794c
commit 2a3db9bd80
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3476,7 +3476,6 @@ dependencies = [
"config",
"conquer-once",
"curve25519-dalek",
"derivative",
"dialoguer",
"directories-next",
"ecdsa_fun",

View File

@ -24,7 +24,6 @@ bitcoin-harness = { git = "https://github.com/coblox/bitcoin-harness-rs" }
config = { version = "0.10", default-features = false, features = ["toml"] }
conquer-once = "0.3"
curve25519-dalek = "3"
derivative = "2"
dialoguer = "0.7"
directories-next = "2"
ecdsa_fun = { git = "https://github.com/LLFourn/secp256kfun", features = ["libsecp_compat", "serde"] }