mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user