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

This commit is contained in:
Spacebot 2026-07-05 20:30:56 +00:00
commit 1576062160

View file

@ -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"