postgrest: Update to version 12.2.1

This commit is contained in:
github-actions[bot] 2024-06-28 00:33:41 +00:00
parent ebf879e8a2
commit 283437ada4

View File

@ -1,5 +1,5 @@
{ {
"version": "12.2.0", "version": "12.2.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/v12.2.0/postgrest-v12.2.0-windows-x64.zip", "url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.1/postgrest-v12.2.1-windows-x64.zip",
"hash": "26d10c0ba449d2a8235836754b919487e6bb66af8485b11335bec4b0fc179d70", "hash": "22c88977ac99b59147b559b9bc406dfa345ed46a7fda108f41e038ab6b5fdd00",
"extract_dir": "artifacts\\postgrest-windows-x64" "extract_dir": "artifacts\\postgrest-windows-x64"
} }
}, },