From 719a7c37254cee9f955f0e6ceebb8e46d9a163d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:53:31 +0000 Subject: [PATCH] chore: update pkcs8 requirement in /fuzz Updates the requirements on [pkcs8](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/commits/pkcs8/v0.11.0-rc.8) --- updated-dependencies: - dependency-name: pkcs8 dependency-version: 0.11.0-rc.8 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 3f8059c4..de7f482e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ digest = "=0.11.0-rc.5" block-buffer = "0.12.0" crypto-common = "=0.2.0-rc.8" pkcs1 = "=0.8.0-rc.4" -pkcs8 = "=0.11.0-rc.8" +pkcs8 = "=0.11.0-rc.11" der = "=0.8.0-rc.10" spki = "=0.8.0-rc.4" pem-rfc7468 = "1.0"