From ac5f3fe03be0764fe821fa9ac2c8830e37dfd378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:32:40 +0000 Subject: [PATCH] chore(deps): update rust crate pkcs8 to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e82fecb..c5079ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ num-integer = "0.1.46" num-traits = "0.2.18" pgp = "0.11" p256 = "0.13.2" -pkcs8 = { version = "0.10" } +pkcs8 = { version = "0.10.2" } rand = "0.8" ring = { version = "0.17.8", features = ["std"], default-features = false } rsa = { version = "0.9.6", features = ["sha2", "pem"] }