From a0ea098fac5244df74956f52c426259cc114706d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:40:19 +0000 Subject: [PATCH] fix(deps): update rust crate pkcs8 to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2331bbe..130b850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ deadpool = "0.13.0" rsa = "0.9.9" rand = "0.10.0" rand_core = "0.6" -pkcs8 = { version = "0.10.2", features = ["pem"] } +pkcs8 = { version = "0.11.0", features = ["pem"] } tokio = { version = "1.49.0", features = ["rt", "time", "sync", "macros"] } arc-swap = "1.7.1" thiserror = "2.0.17"