From 12afcc91382af5667ca3ee37582f4846e0fd2195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:21:04 +0000 Subject: [PATCH] Bump rasn-pkix from 0.27.3 to 0.28.1 Bumps [rasn-pkix](https://github.com/librasn/rasn) from 0.27.3 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-pkix-v0.27.3...rasn-pkix-v0.28.1) --- updated-dependencies: - dependency-name: rasn-pkix dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 77 ++++++++++++++++++++++++++++++++++++++------ pack-sign/Cargo.toml | 2 +- 2 files changed, 68 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f98125b..5cb2247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ version = "0.1.0" dependencies = [ "deku", "pem", - "rasn", + "rasn 0.27.2", "rsa", "xml", "zip", @@ -705,9 +705,9 @@ dependencies = [ "pack-zip", "pem", "rand", - "rasn", + "rasn 0.27.2", "rasn-cms", - "rasn-pkix", + "rasn-pkix 0.28.2", "rcgen", "rsa", "sha2", @@ -982,7 +982,30 @@ dependencies = [ "num-integer", "num-traits", "once_cell", - "rasn-derive", + "rasn-derive 0.27.0", + "serde_json", + "snafu", + "xml-no-std", +] + +[[package]] +name = "rasn" +version = "0.28.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9081a9e4bfa889ac3d4c5f1329d1802c0d9e89c25b7ca688ce2f97310e49213f" +dependencies = [ + "bitvec", + "bitvec-nom2", + "bytes", + "cfg-if", + "chrono", + "either", + "nom", + "num-bigint", + "num-integer", + "num-traits", + "once_cell", + "rasn-derive 0.28.2", "serde_json", "snafu", "xml-no-std", @@ -994,8 +1017,8 @@ version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "884cc78c00763a9456cf2c56c0d775c7ad394920fd8df675f0fa82600b43db3e" dependencies = [ - "rasn", - "rasn-pkix", + "rasn 0.27.2", + "rasn-pkix 0.27.4", ] [[package]] @@ -1005,7 +1028,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf9723b0a85560548db5711650d32a2f10791addc7e998d3a59bdb2a12088d65" dependencies = [ "proc-macro2", - "rasn-derive-impl", + "rasn-derive-impl 0.27.0", + "syn", +] + +[[package]] +name = "rasn-derive" +version = "0.28.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bfba4b924023d83b301ad2c555a99ee70e4a0a2cf65b3cc72bc1615fcc21d6" +dependencies = [ + "proc-macro2", + "rasn-derive-impl 0.28.2", "syn", ] @@ -1023,13 +1057,36 @@ dependencies = [ "uuid", ] +[[package]] +name = "rasn-derive-impl" +version = "0.28.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14c32e08959f4117a9df9014d6cade57220866050f5d5b9da83f5723fc7eb0b5" +dependencies = [ + "either", + "itertools", + "proc-macro2", + "quote", + "syn", + "uuid", +] + [[package]] name = "rasn-pkix" -version = "0.27.3" +version = "0.27.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec176f5685f00a4c3670fcd2c903012849e464a5ea6923e42c3f67b7b1db0a6c" +dependencies = [ + "rasn 0.27.2", +] + +[[package]] +name = "rasn-pkix" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ca8f6f4bb1d48645759b1b93c94940d7394d2e549d6c07424edae725bd13ae5" +checksum = "1f5947272c1c9b5b6144bf840afd2f5f749852f6a5da6585a70ac14051a4e6d6" dependencies = [ - "rasn", + "rasn 0.28.2", ] [[package]] diff --git a/pack-sign/Cargo.toml b/pack-sign/Cargo.toml index 4a4eb7e..246dd36 100644 --- a/pack-sign/Cargo.toml +++ b/pack-sign/Cargo.toml @@ -24,7 +24,7 @@ pem = "3.0.5" base64 = "0.22.1" rasn-cms = "0.27.3" rasn = "0.27.2" -rasn-pkix = "0.27.3" +rasn-pkix = "0.28.2" # This is required for randomly generated X.509 Certificates. # If you are providing your own certificate to PACK, turn it off. # It depends on a lot of crypto code.