From a1399ae7162767cfe2a42290be3afc40a474c66c Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 21 May 2026 09:34:58 -0700 Subject: [PATCH] v0.1.41 --- Cargo.lock | 2 +- pgdog/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d28bd1f9..a1ae58294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,7 +3209,7 @@ dependencies = [ [[package]] name = "pgdog" -version = "0.1.40" +version = "0.1.41" dependencies = [ "arc-swap", "async-trait", diff --git a/pgdog/Cargo.toml b/pgdog/Cargo.toml index f3aff12fb..7a135022a 100644 --- a/pgdog/Cargo.toml +++ b/pgdog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgdog" -version = "0.1.40" +version = "0.1.41" edition = "2021" description = "Modern PostgreSQL proxy, pooler and load balancer." authors = ["PgDog "]