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
Generated
-1
View File
@@ -47,7 +47,6 @@ dependencies = [
"chrono",
"console",
"dialoguer",
"elliptic-curve",
"env_logger",
"gumdrop",
"hex",