1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2025-06-19 17:35:18 +00:00

Upgrade yasna

This commit is contained in:
Jacob Lee
2022-04-01 19:34:20 -07:00
parent 49fd7f57c4
commit a1b257dc0c

View File

@ -20,7 +20,7 @@ rand = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
yasna = { version = "0.4", optional = true, features = ["num-bigint"] }
yasna = { version = "0.5", optional = true, features = ["num-bigint"] }
zeroize = { version = "1.4", features = ["zeroize_derive"] }
[features]