1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2024-11-22 03:49:22 +00:00

Upgrade yasna

This commit is contained in:
Jacob Lee 2022-04-01 19:34:20 -07:00
parent 49fd7f57c4
commit a1b257dc0c
No known key found for this signature in database
GPG Key ID: 8ED9D3088ACB297B

View File

@ -20,7 +20,7 @@ rand = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
thiserror = "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"] } zeroize = { version = "1.4", features = ["zeroize_derive"] }
[features] [features]