Silence warnings from ts-rs

https://github.com/Aleph-Alpha/ts-rs/issues/108
silence-ts-rs
Felix Ableitner 4 months ago
parent 9a2fb8e7c2
commit 471b65da08

@ -149,7 +149,7 @@ http = "0.2.11"
rosetta-i18n = "0.1.3"
opentelemetry = { version = "0.19.0", features = ["rt-tokio"] }
tracing-opentelemetry = { version = "0.19.0" }
ts-rs = { version = "7.1.1", features = ["serde-compat", "chrono-impl"] }
ts-rs = { version = "7.1.1", features = ["serde-compat", "chrono-impl", "no-serde-warnings"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration"] }
futures-util = "0.3.30"
tokio-postgres = "0.7.10"

Loading…
Cancel
Save