From 27937fd5c7173bbf509206aa4e214eaf19a8b2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:15:51 +0000 Subject: [PATCH] Update pkcs8 requirement from 0.10.2 to 0.11.0 Updates the requirements on [pkcs8](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.10.2...pkcs8/v0.11.0) --- updated-dependencies: - dependency-name: pkcs8 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7baad18..5f6198b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] once_cell = "1.8.0" pkcs1 = { version = "0.7.5", features = ["std"] } -pkcs8 = "0.10.2" +pkcs8 = "0.11.0" rustls = { version = "0.23.20", default-features = false, features = ["std"] } sec1 = "0.7.3" windows = { version = "0.61.3", features = [