From ed492813427210a2b9463b9d9aefb500437467c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:24:07 +0000 Subject: [PATCH] postgrest: Update to version 12.0.2 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index 3a970c946d..b8f3707274 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "12.0.1", + "version": "12.0.2", "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/v12.0.1/postgrest-v12.0.1-windows-x64.zip", - "hash": "bc2650c322e65e552bdd5d39c98758876755b5ed0c30972ec5c08ba2e761a8b7", + "url": "https://github.com/PostgREST/postgrest/releases/download/v12.0.2/postgrest-v12.0.2-windows-x64.zip", + "hash": "10a28acc87efa2a747a46455855c7789966108e351f91d4ef05ae709ac3871db", "extract_dir": "artifacts\\postgrest-windows-x64" } },