From 283437ada40e54cc880eb73d280bdc14cb7f560a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:33:41 +0000 Subject: [PATCH] postgrest: Update to version 12.2.1 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index 66932928fd..5c9234c898 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "12.2.0", + "version": "12.2.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.2.0/postgrest-v12.2.0-windows-x64.zip", - "hash": "26d10c0ba449d2a8235836754b919487e6bb66af8485b11335bec4b0fc179d70", + "url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.1/postgrest-v12.2.1-windows-x64.zip", + "hash": "22c88977ac99b59147b559b9bc406dfa345ed46a7fda108f41e038ab6b5fdd00", "extract_dir": "artifacts\\postgrest-windows-x64" } },