From 3224f2153b16edb2db352808a94746a559de9f30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:34:20 +0000 Subject: [PATCH] postgrest: Update to version 12.0.3 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index b8f3707274..425ba45555 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "12.0.2", + "version": "12.0.3", "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.2/postgrest-v12.0.2-windows-x64.zip", - "hash": "10a28acc87efa2a747a46455855c7789966108e351f91d4ef05ae709ac3871db", + "url": "https://github.com/PostgREST/postgrest/releases/download/v12.0.3/postgrest-v12.0.3-windows-x64.zip", + "hash": "0dacb61d0d0cdef112c2098bc37d460030448c245cbded943bfd1a731bbd8da5", "extract_dir": "artifacts\\postgrest-windows-x64" } },