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 ####################