From fea621feaac0e8a3012138b9f3cdcf2f98d65667 Mon Sep 17 00:00:00 2001 From: if-loop69420 Date: Tue, 27 Jan 2026 08:00:06 +0100 Subject: [PATCH] fix: Swap wrappers from supabase to our fork which doesn't spam the log. Referring to #24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f89177..3219577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pg_test = [] etcd-client = { version = "0.16", features = ["tls"] } futures = "0.3.31" pgrx = {version="=0.16.1"} -supabase-wrappers = { git="https://github.com/supabase/wrappers.git", tag="v0.5.7", default-features = false } +supabase-wrappers = { git="https://github.com/cybertec-postgresql/wrappers.git", branch="develop", default-features = false } thiserror = "2.0.16" tokio = { version = "1.47.1", features = ["full"] } testcontainers = { version = "0.25.0", features = ["blocking"] }