From 04e862eb046dd5e8ad6f3d57598332e7759f4daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:11:34 +0000 Subject: [PATCH] chore(deps): update der requirement from 0.7.10 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.10...der/v0.8.0) --- updated-dependencies: - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- common/Cargo.toml | 2 +- ta/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4484939..006f9ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ nix = { version = "0.31.2", features = ["mman"] } rsproperties = { version = "0.3.0", features = ["builder"] } libsqlite3-sys = "0.37.0" rand = "0.10.0" -der = "0.7.10" +der = "0.8.0" toml = "1.1.0" regex = "1.12.3" hotwatch = "0.5.0" diff --git a/common/Cargo.toml b/common/Cargo.toml index 6082049..e32a970 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -13,7 +13,7 @@ cddl-cat = { version = "^0.7.0", optional = true } ciborium = { version = "0.2.2", default-features = false } ciborium-io = "^0.2.0" coset = "0.4.2" -der = { version = "^0.7.2", features = ["alloc", "derive"] } +der = { version = "^0.8.0", features = ["alloc", "derive"] } enumn = "0.1.4" kmr-derive = { path = "../derive", version = "0.1.0" } kmr-wire = { path = "../wire", version = "0.1.0" } diff --git a/ta/Cargo.toml b/ta/Cargo.toml index 3769ad9..3cee29b 100644 --- a/ta/Cargo.toml +++ b/ta/Cargo.toml @@ -18,7 +18,7 @@ downgrade = [] ciborium = { version = "0.2.2", default-features = false } ciborium-io = "^0.2.0" coset = "0.4.2" -der = { version = "^0.7.8", features = ["alloc", "derive"] } +der = { version = "^0.8.0", features = ["alloc", "derive"] } flagset = "0.4.3" kmr-common = { path = "../common", version = "0.1.0" } kmr-derive = { path = "../derive", version = "0.1.0" }