From 4dd86cb50f456025200271f6fa960166545c2309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:14:25 +0000 Subject: [PATCH] update: bump rasn-cms from 0.26.6 to 0.28.1 Bumps [rasn-cms](https://github.com/librasn/rasn) from 0.26.6 to 0.28.1. - [Release notes](https://github.com/librasn/rasn/releases) - [Changelog](https://github.com/librasn/rasn/blob/main/CHANGELOG.md) - [Commits](https://github.com/librasn/rasn/compare/rasn-cms-v0.26.6...rasn-cms-v0.28.1) --- updated-dependencies: - dependency-name: rasn-cms dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 79 +++++++++++++++++++++++++++++++++++++++++++------- sdk/Cargo.toml | 2 +- 2 files changed, 69 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 529e42238..911c969e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,10 +498,10 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "range-set", - "rasn", + "rasn 0.26.6", "rasn-cms", "rasn-ocsp", - "rasn-pkix", + "rasn-pkix 0.26.6", "regex", "reqwest", "riff", @@ -3263,7 +3263,30 @@ dependencies = [ "num-integer", "num-traits", "once_cell", - "rasn-derive", + "rasn-derive 0.26.6", + "serde_json", + "snafu", + "xml-no-std", +] + +[[package]] +name = "rasn" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3bae6a9d0997284956e6340ba878ff27ac97edd16c10c7217dd13f4f55a4dd9" +dependencies = [ + "bitvec", + "bitvec-nom2", + "bytes", + "cfg-if", + "chrono", + "either", + "nom 7.1.3", + "num-bigint", + "num-integer", + "num-traits", + "once_cell", + "rasn-derive 0.28.1", "serde_json", "snafu", "xml-no-std", @@ -3271,12 +3294,12 @@ dependencies = [ [[package]] name = "rasn-cms" -version = "0.26.6" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffab95fefca87ed16fa9501141bebd99643f51d46c7e19f3c0a2c321ae5c27d2" +checksum = "093352128c1b042e6a1c68f0869c2ba11643e9b2a58b7c0f145ed92001b9b4d6" dependencies = [ - "rasn", - "rasn-pkix", + "rasn 0.28.1", + "rasn-pkix 0.28.1", ] [[package]] @@ -3286,7 +3309,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a16f695759320ec969864fe5e7aa8e2a9c5665469565b100b8c8c1a36cd5484" dependencies = [ "proc-macro2", - "rasn-derive-impl", + "rasn-derive-impl 0.26.6", + "syn 2.0.110", +] + +[[package]] +name = "rasn-derive" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d30671578ceaa2eaae5169bd47dfb8270cc8200b9c43401c9a23629b840102b" +dependencies = [ + "proc-macro2", + "rasn-derive-impl 0.28.1", "syn 2.0.110", ] @@ -3304,14 +3338,28 @@ dependencies = [ "uuid", ] +[[package]] +name = "rasn-derive-impl" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4f81181ec7120b423997cda0d08758d153077458ec80276ff9f6acb93d308a" +dependencies = [ + "either", + "itertools 0.13.0", + "proc-macro2", + "quote", + "syn 2.0.110", + "uuid", +] + [[package]] name = "rasn-ocsp" version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5252a65c8d5c8435420db5417b6a881f907c75a394c5f88cd392118f273ddc55" dependencies = [ - "rasn", - "rasn-pkix", + "rasn 0.26.6", + "rasn-pkix 0.26.6", ] [[package]] @@ -3320,7 +3368,16 @@ version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c902bfc1add6e7471323cdb879fe6a3c3122b1cb0247937c0940b28e2334252" dependencies = [ - "rasn", + "rasn 0.26.6", +] + +[[package]] +name = "rasn-pkix" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af99f6de65b70491a57cbc25810a2627e870cd9befbba220ae8430c5ad7f62a2" +dependencies = [ + "rasn 0.28.1", ] [[package]] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6e8e119ef..40d59e8de 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -159,7 +159,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" range-set = "0.0.11" rasn = "0.26.0" -rasn-cms = "0.26.0" +rasn-cms = "0.28.1" rasn-ocsp = "0.26.0" rasn-pkix = "0.26.0" regex = "1.11"