Update RSA

This commit is contained in:
asonix 2022-10-29 11:45:48 -05:00
parent 762872e841
commit a0052b50e2

View file

@ -1,7 +1,7 @@
[package]
name = "rsa-magic-public-key"
description = "Converting between the Magic Public Key format and a RustCrypto RSA type"
version = "0.5.0"
version = "0.6.0"
license-file = "LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
base64 = "0.13"
num-bigint-dig = "0.8"
rsa = "0.6.0"
rsa = "0.7.0"
thiserror = "1.0.9"
[dev-dependencies]