From 5c9076ab0012d8c6e1c0bb0b9a5be6c4bff3f83b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:24:47 +0000 Subject: [PATCH] postgrest: Update to version 11.0.0 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index d9bef657df..336409094e 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "10.2.0", + "version": "11.0.0", "description": "REST API for any Postgres database", "homepage": "https://postgrest.org", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/PostgREST/postgrest/releases/download/v10.2.0/postgrest-v10.2.0-windows-x64.zip", - "hash": "7af2973c28fbf8d1c3df15d59936b9d0767aebd929ab54e429d211f75b9afbe6", + "url": "https://github.com/PostgREST/postgrest/releases/download/v11.0.0/postgrest-v11.0.0-windows-x64.zip", + "hash": "550244a0ef3dd328e9f051cafccb7b8f126b2ab7fa95a24889fe79fa5749f718", "extract_dir": "artifacts\\postgrest-windows-x64" } },