chore(deps): update rust crate pkcs8 to 0.10.2

This commit is contained in:
renovate[bot] 2024-05-01 22:32:40 +00:00 committed by GitHub
parent 77c7d3628b
commit ac5f3fe03b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ num-integer = "0.1.46"
num-traits = "0.2.18" num-traits = "0.2.18"
pgp = "0.11" pgp = "0.11"
p256 = "0.13.2" p256 = "0.13.2"
pkcs8 = { version = "0.10" } pkcs8 = { version = "0.10.2" }
rand = "0.8" rand = "0.8"
ring = { version = "0.17.8", features = ["std"], default-features = false } ring = { version = "0.17.8", features = ["std"], default-features = false }
rsa = { version = "0.9.6", features = ["sha2", "pem"] } rsa = { version = "0.9.6", features = ["sha2", "pem"] }