feat: update crypto rsa

This commit is contained in:
2023-09-11 01:48:14 +08:00
parent b21a9bbc1c
commit ad52c9c946
2 changed files with 61 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ openpgp-card-pcsc = "0.3.0"
rand = "0.8.5"
reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.2.0"
rsa = "0.9.2"
rsa = { version = "0.9.2", features = ["pem"] }
rust_util = "0.6.42"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"