Remove no longer existing feature

This commit is contained in:
SleeplessOne1917 2024-05-01 18:53:47 -04:00 committed by GitHub
parent 5e344f84c5
commit dcfc6d5284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ ts-rs = { version = "7.1.1", features = [
"chrono-impl",
"no-serde-warnings",
] }
rustls = { version = "0.23.5", features = ["dangerous_configuration"] }
rustls = "0.23.5"
futures-util = "0.3.30"
tokio-postgres = "0.7.10"
tokio-postgres-rustls = "0.10.0"