From 71f460543009152be3f35d65a1e2e0b904f612f2 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 14 Jan 2025 15:38:44 -0500 Subject: [PATCH] Upgrade pgsql_http to v1.6.2 --- contrib/pgsql_http/Trunk.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pgsql_http/Trunk.toml b/contrib/pgsql_http/Trunk.toml index ebe64a63..c7d8e47e 100644 --- a/contrib/pgsql_http/Trunk.toml +++ b/contrib/pgsql_http/Trunk.toml @@ -1,6 +1,6 @@ [extension] name = "pgsql_http" -version = "1.6.1" +version = "1.6.2" repository = "https://github.com/pramsey/pgsql-http" license = "MIT" description = "HTTP client for PostgreSQL, retrieve a web page from inside the database."