postgrest: Update to version 9.0.1

This commit is contained in:
github-actions[bot] 2022-06-09 00:35:15 +00:00
parent 789076345a
commit 6f92ebde9f

View File

@ -1,5 +1,5 @@
{ {
"version": "9.0.0", "version": "9.0.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/v9.0.0/postgrest-v9.0.0-windows-x64.zip", "url": "https://github.com/PostgREST/postgrest/releases/download/v9.0.1/postgrest-v9.0.1-windows-x64.zip",
"hash": "5697e646d49cf902bf08c6f5b12fe327edd7b1351058023d2785115b3a1f88d7", "hash": "28a9c15f3d278b44e3ed18abb596063918a58c7afe357cdb12ec19d6a66e56f1",
"extract_dir": "artifacts\\postgrest-windows-x64" "extract_dir": "artifacts\\postgrest-windows-x64"
} }
}, },