diff --git a/Cargo.toml b/Cargo.toml index 5d3d9f1..b57f790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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]