Update Rust crate ecdsa to 0.17.0 #68

Merged
redbinder0526 merged 2 commits from renovate/ecdsa-0.x into main 2026-08-05 14:36:17 +02:00
Showing only changes of commit 1576062160 - Show all commits

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

Spacebot 2026-07-05 20:30:56 +00:00

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"