From fb0ecd59f20ab6fc7f767a9eb5ee3f24d79ae1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:13:01 +0000 Subject: [PATCH] build(deps): update ts-rs requirement from 11 to 12 Updates the requirements on [ts-rs](https://github.com/Aleph-Alpha/ts-rs) to permit the latest version. - [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases) - [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aleph-Alpha/ts-rs/commits) --- updated-dependencies: - dependency-name: ts-rs dependency-version: 12.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da01421..cd618e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ regex = { version = "1", optional = true } # used in parser filter chrono = { version = "0.4.38", optional = true } # parser filter serde_json = { version = "1.0", optional = true } # RIS Live parsing wasm-bindgen = { version = "0.2", optional = true } -ts-rs = { version = "11", optional = true, features = ["no-serde-warnings"] } # TypeScript type generation for the WASM package +ts-rs = { version = "12", optional = true, features = ["no-serde-warnings"] } # TypeScript type generation for the WASM package smallvec = { version = "1.13", features = ["serde"] } # MPLS label stack storage ####################