Update Cargo.toml
All checks were successful
Build and Test / account (push) Successful in 4m33s

This commit is contained in:
redbinder0526 2026-08-05 14:31:15 +02:00
commit b934df8531

View file

@ -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.17.0", features = ["pem", "std", "verifying"] } ecdsa = { version = "0.17.0", features = ["pem", "std", "algorithm", "digest"] }
sha256 = "1.6.0" sha256 = "1.6.0"
p256 = "0.13.2" p256 = "0.13.2"
k256 = "0.13.4" k256 = "0.13.4"