From f316015f25ff4fc1b0ea5d4d38821a5d05ad60dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:34:19 +0000 Subject: [PATCH] postgrest: Update to version 10.1.1 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index 88471f5aa3..5a9aa427e5 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "10.1.0", + "version": "10.1.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/v10.1.0/postgrest-v10.1.0-windows-x64.zip", - "hash": "34dc3ce05b33f89765a22729ff314db481ce10b58d5dc1300a45681ed5b92ac0", + "url": "https://github.com/PostgREST/postgrest/releases/download/v10.1.1/postgrest-v10.1.1-windows-x64.zip", + "hash": "fe6cbee5cb76e356be3b12715884c4653f8c409358ff490e5c4d31a4df41685b", "extract_dir": "artifacts\\postgrest-windows-x64" } },