From 8405bb0c8a3d20f242516e8f98902f76141e4102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:22:00 +0000 Subject: [PATCH] deps: bump sec1 from 0.7.3 to 0.8.1 Bumps [sec1](https://github.com/RustCrypto/formats) from 0.7.3 to 0.8.1. - [Commits](https://github.com/RustCrypto/formats/compare/sec1/v0.7.3...sec1/v0.8.1) --- updated-dependencies: - dependency-name: sec1 dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- identity/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d302d7e3d0..c81e679fee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1177,7 +1177,7 @@ dependencies = [ "pem-rfc7468", "pkcs8", "rand_core 0.6.4", - "sec1", + "sec1 0.7.3", "subtle", "zeroize", ] @@ -2672,7 +2672,7 @@ dependencies = [ "rand 0.8.5", "ring", "rmp-serde", - "sec1", + "sec1 0.8.1", "serde", "serde_json", "sha2", @@ -4904,6 +4904,12 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sec1" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d" + [[package]] name = "security-framework" version = "2.11.1" @@ -6323,7 +6329,7 @@ dependencies = [ "rcgen", "ring", "rustls", - "sec1", + "sec1 0.7.3", "serde", "sha1", "sha2", diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 51f39fba584..0b5845ce169 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -22,7 +22,7 @@ multihash = { version = "0.19.1", optional = true } p256 = { version = "0.13", default-features = false, features = ["ecdsa", "std", "pem"], optional = true } quick-protobuf = { version = "0.8.1", optional = true } rand = { version = "0.8", optional = true } -sec1 = { version = "0.7", default-features = false, optional = true } +sec1 = { version = "0.8", default-features = false, optional = true } serde = { version = "1", optional = true, features = ["derive"] } sha2 = { version = "0.10.8", optional = true } thiserror = { workspace = true, optional = true }