From 4120221f4ecc7284bce0e48f1c31c05d9a165229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:33:54 +0000 Subject: [PATCH] postgrest: Update to version 11.1.0 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index cfb211d077..2e3ffed180 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "11.0.1", + "version": "11.1.0", "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.0.1/postgrest-v11.0.1-windows-x64.zip", - "hash": "0a1f2689c54f6c70fa4f338461533c91a7e4a7c88c7f90ec5cc193338065a21e", + "url": "https://github.com/PostgREST/postgrest/releases/download/v11.1.0/postgrest-v11.1.0-windows-x64.zip", + "hash": "190cbf4a9aad4ea454dac125169db42a7b5e8984c1a461b05d10a91ee235580a", "extract_dir": "artifacts\\postgrest-windows-x64" } },