Update to latest RSA

This commit is contained in:
asonix 2021-03-28 14:58:11 -05:00
parent 74a9f5f899
commit 92173328fc

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.2.1"
version = "0.3.0"
license-file = "LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
@ -11,10 +11,10 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.12"
num-bigint-dig = "0.6"
rsa = "0.3.0"
base64 = "0.13"
num-bigint-dig = "0.7"
rsa = "0.4.0"
thiserror = "1.0.9"
[dev-dependencies]
rand = "0.7"
rand = "0.8"