Update Rust crate ecdsa to 0.17.0 #68
1 changed files with 1 additions and 1 deletions
Update Rust crate ecdsa to 0.17.0
Some checks failed
renovate/artifacts Artifact file update failure
Build and Test / account (push) Failing after 1m51s
Some checks failed
renovate/artifacts Artifact file update failure
Build and Test / account (push) Failing after 1m51s
commit
1576062160
|
|
@ -47,7 +47,7 @@ lettre = "0.11.15"
|
||||||
rand = { version = "0.10.0", features = ["std"] }
|
rand = { version = "0.10.0", features = ["std"] }
|
||||||
reqwest = "0.13.0"
|
reqwest = "0.13.0"
|
||||||
binrw = "0.15.1"
|
binrw = "0.15.1"
|
||||||
ecdsa = { version = "0.16.9", features = ["pem", "std", "verifying"] }
|
ecdsa = { version = "0.17.0", features = ["pem", "std", "verifying"] }
|
||||||
sha256 = "1.6.0"
|
sha256 = "1.6.0"
|
||||||
p256 = "0.13.2"
|
p256 = "0.13.2"
|
||||||
k256 = "0.13.4"
|
k256 = "0.13.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue