Bump elliptic-curve from 0.1.0 to 0.2.0

Bumps [elliptic-curve](https://github.com/RustCrypto/signatures) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](https://github.com/RustCrypto/signatures/compare/elliptic-curve/v0.1.0...elliptic-curve/v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-12 13:49:12 +00:00
committed by GitHub
parent cb104f3df6
commit cee7f1cef8
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ maintenance = { status = "experimental" }
[dependencies]
der-parser = "3"
des = "0.3"
elliptic-curve = "0.1"
elliptic-curve = "0.2"
getrandom = "0.1"
hmac = "0.7"
log = "0.4"