From a7be59c3ceea685401896afe0592172127ae129b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:32:56 +0000 Subject: [PATCH] postgrest: Update to version 10.2.0 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index e49578c606..d9bef657df 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "10.1.2", + "version": "10.2.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.1.2/postgrest-v10.1.2-windows-x64.zip", - "hash": "5bed0807ab9c124ee4e047f67697ac23efc16a249633c44ddfa4e91677f9b897", + "url": "https://github.com/PostgREST/postgrest/releases/download/v10.2.0/postgrest-v10.2.0-windows-x64.zip", + "hash": "7af2973c28fbf8d1c3df15d59936b9d0767aebd929ab54e429d211f75b9afbe6", "extract_dir": "artifacts\\postgrest-windows-x64" } },