From 77dbf0d9b175661b9e2781d177c0c86819e27439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:41:45 +0000 Subject: [PATCH] build(deps): update der requirement from 0.7.1 to 0.8.0 Updates the requirements on [der](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/compare/der/v0.7.1...der/v0.8.0) --- updated-dependencies: - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- windows-ctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-ctl/Cargo.toml b/windows-ctl/Cargo.toml index 411a6bb..314ce19 100644 --- a/windows-ctl/Cargo.toml +++ b/windows-ctl/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.2" edition = "2021" [dependencies] -der = { version = "0.7.1", features = ["std", "derive", "oid"] } +der = { version = "0.8.0", features = ["std", "derive", "oid"] } hex = { version = "0.4", optional = true } itertools = "0.14" thiserror = "2.0"