From 43dc3068487747e3370106e9f9955a2da6052362 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 29 Jul 2022 14:28:14 +0100 Subject: [PATCH] flowctl: update to latest postgrest commit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8afd8a5..b4eff0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "postgrest" version = "1.3.0" -source = "git+https://github.com/estuary/postgrest-rs?branch=johnny/patches#d62cc1ee408204010031860f1816a84a6935b4ca" +source = "git+https://github.com/estuary/postgrest-rs?branch=johnny/patches#382f37ab8fec3b413be08c15790a69f88dcc0dec" dependencies = [ "reqwest", ]