diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4a71095c05..03557c28b9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15653,6 +15653,7 @@ dependencies = [ "pin-project-lite", "pkcs1", "postgres-native-tls 0.5.3", + "postgres-protocol", "prometheus", "quick_cache", "rand 0.9.0", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f4f529e0fb..0ca122b621 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -624,6 +624,7 @@ wasm-bindgen-test = "^0" convert_case = "0.6.0" getrandom = "0.2" tokio-postgres = {version = "^0.7", features = ["array-impls", "with-serde_json-1", "with-chrono-0_4", "with-uuid-1", "with-bit-vec-0_6"]} +postgres-protocol = "0.6" rust-postgres = { package = "tokio-postgres", git = "https://github.com/MaterializeInc/rust-postgres", rev = "78c1222577bb091d69bc22b1bc7ad01c14675abe"} rust-postgres-native-tls = { package = "postgres-native-tls", git = "https://github.com/MaterializeInc/rust-postgres", features = ["runtime"], rev = "78c1222577bb091d69bc22b1bc7ad01c14675abe" } bit-vec = "=0.6.3" diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index bbb7ee4259..fcb881ff0a 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -6ced9da74422ae8feee10da70419ccedf313506c +760219d356e0e396f8c8e94b04a86cdeaa34b06f diff --git a/backend/windmill-common/Cargo.toml b/backend/windmill-common/Cargo.toml index dcf3465a94..b873f03960 100644 --- a/backend/windmill-common/Cargo.toml +++ b/backend/windmill-common/Cargo.toml @@ -75,6 +75,7 @@ bitflags.workspace = true once_cell.workspace = true phf.workspace = true tokio-postgres.workspace = true +postgres-protocol.workspace = true postgres-native-tls.workspace = true native-tls.workspace = true