From fd51bd4a93a64d279794f862c42db7c7beb60ff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:28:35 +0000 Subject: [PATCH] postgrest: Update to version 11.2.1 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index fd58bfa5fd..d3c00dd6c2 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "11.2.0", + "version": "11.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/v11.2.0/postgrest-v11.2.0-windows-x64.zip", - "hash": "b428a87ba93abfcbd40d8b3fe20e0ed9c367149e999e84f27ee65d97adbc8699", + "url": "https://github.com/PostgREST/postgrest/releases/download/v11.2.1/postgrest-v11.2.1-windows-x64.zip", + "hash": "8a0df7bc7553565d799ac4e15b1db167b32927ab2c42f75a5faa1e29716ef9d4", "extract_dir": "artifacts\\postgrest-windows-x64" } },