fix: add postgres-native-tls dependency to windmill-api

The TLS connector fix requires postgres-native-tls to be available as
a dependency in windmill-api. This was already in the workspace but
not explicitly added to the windmill-api crate dependencies.
This commit is contained in:
Stephan Fitzpatrick
2025-11-14 06:05:26 +00:00
parent 86e02f4655
commit ddb703e2a8
+1
View File
@@ -94,6 +94,7 @@ tempfile.workspace = true
tokio-util.workspace = true
tokio-tar.workspace = true
tokio-postgres.workspace = true
postgres-native-tls.workspace = true
hmac.workspace = true
cookie.workspace = true
sha2.workspace = true