diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 66ca2ec70..ea90b3bd3 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1.0.116" sha2 = "0.10.8" thiserror = "1.0.60" toml = "0.8.12" -ts-rs = { version = "7.1.1", features = ["uuid-impl", "url-impl", "chrono-impl"] } +ts-rs = { version = "7.1.1", features = ["uuid-impl", "url-impl", "chrono-impl", "no-serde-warnings"] } url = { version = "2.5.0", features = ["serde"] } uuid = { version = "1.8.0", features = ["v4", "js", "serde"] } validator = { version = "0.18.1", features = ["derive"] }