From 857ceabcca49cb53c8a918fa38daa100a9bbce93 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 30 Jan 2026 01:36:57 -0600 Subject: [PATCH] fix: prevent ts-rs serde warnings --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df8556..31f94bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ clap = { version = "4.5", features = ["derive"] } rapidhash = "4.1.0" yansi = "1.0.1" extension-traits = "2" -ts-rs = { version = "11.1.0", features = ["chrono-impl", "serde-compat", "serde-json-impl"] } +ts-rs = { version = "11.1.0", features = ["chrono-impl", "serde-compat", "serde-json-impl", "no-serde-warnings"] } html-escape = "0.2.13" axum-extra = { version = "0.12.5", features = ["query"] } urlencoding = "2.1.3"