mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove unnecessary derivative dependency
This commit is contained in:
parent
f0ba80794c
commit
2a3db9bd80
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3476,7 +3476,6 @@ dependencies = [
|
||||
"config",
|
||||
"conquer-once",
|
||||
"curve25519-dalek",
|
||||
"derivative",
|
||||
"dialoguer",
|
||||
"directories-next",
|
||||
"ecdsa_fun",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user