From ccd631ce6705a825cdc651d3ef443c04562f7d09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:24:10 +0000 Subject: [PATCH] postgrest: Update to version 11.2.2 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index d3c00dd6c2..94e2cd6892 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "11.2.1", + "version": "11.2.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/v11.2.1/postgrest-v11.2.1-windows-x64.zip", - "hash": "8a0df7bc7553565d799ac4e15b1db167b32927ab2c42f75a5faa1e29716ef9d4", + "url": "https://github.com/PostgREST/postgrest/releases/download/v11.2.2/postgrest-v11.2.2-windows-x64.zip", + "hash": "3d9daf9378774666108b888d2731b2b54142da9f9d129f4c58611e7f8047bb5e", "extract_dir": "artifacts\\postgrest-windows-x64" } },