Remove direct dependency on elliptic-curve crate

Using the re-export from p256 ensures we always use the correct version.
This commit is contained in:
Jack Grigg
2021-04-04 16:48:12 +12:00
parent c7f173b43e
commit 3ea2463c3c
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -17,7 +17,6 @@ bech32 = "0.8"
chrono = "0.4"
console = "0.14"
dialoguer = "0.8"
elliptic-curve = "0.8"
env_logger = "0.8"
gumdrop = "0.8"
hex = "0.4"