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
This commit is contained in:
parent
2c7767124e
commit
1576062160
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ lettre = "0.11.15"
|
|||
rand = { version = "0.10.0", features = ["std"] }
|
||||
reqwest = "0.13.0"
|
||||
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"
|
||||
p256 = "0.13.2"
|
||||
k256 = "0.13.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue