From 908728c9372a53956fdef56988ef5a8b2d9dfea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:11:43 +0000 Subject: [PATCH] chore(deps): 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] --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 6082049..432ca05 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,7 +19,7 @@ kmr-derive = { path = "../derive", version = "0.1.0" } kmr-wire = { path = "../wire", version = "0.1.0" } log = "^0.4" pkcs1 = { version = "^0.7.5", features = ["alloc"] } -pkcs8 = "^0.10.2" +pkcs8 = "^0.11.0" rand = "0.10.0" sec1 = { version = "0.7.3", features = ["alloc", "der", "pkcs8"] } spki = { version = "0.7.3"}