Bump rsa to 0.9.0 (#502)

This commit is contained in:
Arthur Gautier
2023-05-03 12:22:45 +00:00
committed by GitHub
parent 07281440c0
commit 8cf18d2986
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ p384 = "0.13"
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
pcsc = "2.3.1"
rand_core = { version = "0.6", features = ["std"] }
rsa = "=0.9.0-pre.2"
rsa = "0.9"
secrecy = "0.8"
sha1 = { version = "0.10", features = ["oid"] }
sha2 = { version = "0.10", features = ["oid"] }