postgrest: Update to version 10.1.1

This commit is contained in:
github-actions[bot] 2022-11-09 00:34:19 +00:00
parent 4da42d4366
commit f316015f25

View File

@ -1,5 +1,5 @@
{ {
"version": "10.1.0", "version": "10.1.1",
"description": "REST API for any Postgres database", "description": "REST API for any Postgres database",
"homepage": "https://postgrest.org", "homepage": "https://postgrest.org",
"license": "MIT", "license": "MIT",
@ -8,8 +8,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v10.1.0/postgrest-v10.1.0-windows-x64.zip", "url": "https://github.com/PostgREST/postgrest/releases/download/v10.1.1/postgrest-v10.1.1-windows-x64.zip",
"hash": "34dc3ce05b33f89765a22729ff314db481ce10b58d5dc1300a45681ed5b92ac0", "hash": "fe6cbee5cb76e356be3b12715884c4653f8c409358ff490e5c4d31a4df41685b",
"extract_dir": "artifacts\\postgrest-windows-x64" "extract_dir": "artifacts\\postgrest-windows-x64"
} }
}, },