From 864e634a9384043718105c4f87a209813712222a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:49:12 +0000 Subject: [PATCH] workspace: bump rasn from 0.20.2 to 0.28.2 Bumps [rasn](https://github.com/librasn/rasn) from 0.20.2 to 0.28.2. - [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-v0.20.2...rasn-v0.28.2) --- updated-dependencies: - dependency-name: rasn dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 108 +++++++++----------------------------- apple-codesign/Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 83 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb47cd364..d01698ca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,18 +8,6 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" -[[package]] -name = "ahash" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" -dependencies = [ - "cfg-if", - "once_cell", - "version_check", - "zerocopy", -] - [[package]] name = "aho-corasick" version = "1.1.4" @@ -322,12 +310,6 @@ dependencies = [ "xml-rs", ] -[[package]] -name = "arrayvec" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - [[package]] name = "asn1-rs" version = "0.7.1" @@ -1097,15 +1079,6 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" -[[package]] -name = "const_panic" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" -dependencies = [ - "typewit", -] - [[package]] name = "content_inspector" version = "0.2.4" @@ -1940,15 +1913,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "hashbrown" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash", -] - [[package]] name = "hashbrown" version = "0.16.1" @@ -2315,7 +2279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", - "hashbrown 0.16.1", + "hashbrown", ] [[package]] @@ -2456,26 +2420,6 @@ dependencies = [ "simple_asn1", ] -[[package]] -name = "konst" -version = "0.3.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4381b9b00c55f251f2ebe9473aef7c117e96828def1a7cb3bd3f0f903c6894e9" -dependencies = [ - "const_panic", - "konst_kernel", - "typewit", -] - -[[package]] -name = "konst_kernel" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c" -dependencies = [ - "typewit", -] - [[package]] name = "lazy_static" version = "1.5.0" @@ -2569,7 +2513,7 @@ version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" dependencies = [ - "hashbrown 0.16.1", + "hashbrown", ] [[package]] @@ -2766,7 +2710,7 @@ checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc" dependencies = [ "crc32fast", "flate2", - "hashbrown 0.16.1", + "hashbrown", "indexmap", "memchr", "ruzstd", @@ -3249,18 +3193,16 @@ dependencies = [ [[package]] name = "rasn" -version = "0.20.2" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e442690f86da40561d5548e7ffb4a18af90d1c1b3536090de847ca2d5a3a6426" +checksum = "f7e60e4278c83c1cabefaadba960f3ad8b5ea4433b5e61832f4fec1b9b73bfeb" dependencies = [ - "arrayvec", "bitvec", "bitvec-nom2", "bytes", + "cfg-if", "chrono", "either", - "hashbrown 0.14.5", - "konst", "nom", "num-bigint", "num-integer", @@ -3269,19 +3211,30 @@ dependencies = [ "rasn-derive", "serde_json", "snafu", + "xml-no-std", ] [[package]] name = "rasn-derive" -version = "0.20.2" +version = "0.28.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42423ab7e8d4caa3825e230e9abbe023da70ebff16f62a28f26955dcc9a6c112" +dependencies = [ + "proc-macro2", + "rasn-derive-impl", + "syn", +] + +[[package]] +name = "rasn-derive-impl" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b0d374c7e4e985e6bc97ca7e7ad1d9642a8415db2017777d6e383002edaab2" +checksum = "d1d159ba108228880d7f845384825415e186c497b13e1246eedb834f18aad10e" dependencies = [ "either", "itertools", "proc-macro2", "quote", - "rayon", "syn", "uuid", ] @@ -4496,21 +4449,6 @@ version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" -[[package]] -name = "typewit" -version = "1.14.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71" -dependencies = [ - "typewit_proc_macros", -] - -[[package]] -name = "typewit_proc_macros" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" - [[package]] name = "uncased" version = "0.9.10" @@ -5062,6 +5000,12 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a" +[[package]] +name = "xml-no-std" +version = "0.8.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd223bc94c615fc02bf2f4bbc22a4a9bfe489c2add3ec10b1038df3aca44cac7" + [[package]] name = "xml-rs" version = "1.0.0" diff --git a/apple-codesign/Cargo.toml b/apple-codesign/Cargo.toml index f2d11af81..812e1d001 100644 --- a/apple-codesign/Cargo.toml +++ b/apple-codesign/Cargo.toml @@ -54,7 +54,7 @@ pkcs1 = { version = "0.7.5", features = ["alloc", "std", "pkcs8"] } pkcs8 = { version = "0.10.2", features = ["alloc", "std"] } plist = "1.8.0" rand = "0.8.5" -rasn = "0.20.2" +rasn = "0.28.4" rayon = "1.11.0" regex = "1.12.2" reqwest = { version = "0.12.28", default-features = false, features = ["blocking", "http2", "json", "rustls-tls-native-roots"] }