Skip to content

Commit

Permalink
Silence warnings from ts-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Jan 29, 2024
1 parent 9a2fb8e commit 471b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 471b65d

Please sign in to comment.