Update rsa

This commit is contained in:
Aode (lion) 2022-04-08 17:29:57 -05:00
parent 3cf9079878
commit 762872e841

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.4.0"
version = "0.5.0"
license-file = "LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
@ -12,8 +12,8 @@ readme = "README.md"
[dependencies]
base64 = "0.13"
num-bigint-dig = "0.7"
rsa = "0.5.0"
num-bigint-dig = "0.8"
rsa = "0.6.0"
thiserror = "1.0.9"
[dev-dependencies]