From d1235edfebdec29190714b91966ad96e1f9b2ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 04:26:32 +0000 Subject: [PATCH] postgrest: Update to version 12.0.1 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index bf638cdb6b..3a970c946d 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "12.0.0", + "version": "12.0.1", "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.0/postgrest-v12.0.0-windows-x64.zip", - "hash": "1f421f7052d44951c5163bb55a15f5942af329255955a9dc7065b2c3c9800e8d", + "url": "https://github.com/PostgREST/postgrest/releases/download/v12.0.1/postgrest-v12.0.1-windows-x64.zip", + "hash": "bc2650c322e65e552bdd5d39c98758876755b5ed0c30972ec5c08ba2e761a8b7", "extract_dir": "artifacts\\postgrest-windows-x64" } },