From 98aae985aecfffdfd1f7c707bfff82b4fe4b3546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:02:27 +0000 Subject: [PATCH] Bump rasn-mib from 0.27.4 to 0.28.1 Bumps [rasn-mib](https://github.com/librasn/rasn) from 0.27.4 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-mib-v0.27.4...rasn-mib-v0.28.1) --- updated-dependencies: - dependency-name: rasn-mib dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 74 +++++++++++++++++++++++++++++++++++----- crates/stylus/Cargo.toml | 2 +- 2 files changed, 67 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06a54b3..f9f49e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1175,7 +1175,30 @@ dependencies = [ "num-integer", "num-traits", "once_cell", - "rasn-derive", + "rasn-derive 0.27.4", + "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", + "num-bigint", + "num-integer", + "num-traits", + "once_cell", + "rasn-derive 0.28.1", "serde_json", "snafu", "xml-no-std", @@ -1188,7 +1211,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "871a10a1ba4c3dfb1091746970e84cbd182a9578d0b6b8a9b89ee080a45476b2" dependencies = [ "proc-macro2", - "rasn-derive-impl", + "rasn-derive-impl 0.27.4", + "syn", +] + +[[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", ] @@ -1206,14 +1240,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", + "uuid", +] + [[package]] name = "rasn-mib" -version = "0.27.4" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eace7743f8262c5ed435b7386bf4d34bb10504fbe3b2911ffa7227c69d8388b0" +checksum = "907403527f97333418220ac55137357b78a6f2c3363009e177d881102e544442" dependencies = [ - "rasn", - "rasn-smi", + "rasn 0.28.1", + "rasn-smi 0.28.1", ] [[package]] @@ -1223,7 +1271,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f0d808057c1870fd93d45965c723658c81419f01c1e45f275b813604be83429" dependencies = [ "chrono", - "rasn", + "rasn 0.27.4", +] + +[[package]] +name = "rasn-smi" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7d4efb77b51275f8c14b3a7b572ca7171e854654f7d7fd02adc364fe32f2e8a" +dependencies = [ + "chrono", + "rasn 0.28.1", ] [[package]] @@ -1499,7 +1557,7 @@ dependencies = [ "log", "peg", "rasn-mib", - "rasn-smi", + "rasn-smi 0.27.4", "serde", "serde-aux", "serde-value", diff --git a/crates/stylus/Cargo.toml b/crates/stylus/Cargo.toml index d3eac47..7278c0c 100644 --- a/crates/stylus/Cargo.toml +++ b/crates/stylus/Cargo.toml @@ -40,5 +40,5 @@ chrono = { version = "0.4", features = ["serde"] } include_directory = "0.1" peg = "0.8" -rasn-mib = "0.27.2" +rasn-mib = "0.28.1" rasn-smi = "0.27.2" \ No newline at end of file