From d6ee460341cea83f4feb504daef699573097fca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:08:25 +0000 Subject: [PATCH] Update pgwire-replication requirement from 0.2 to 0.3 Updates the requirements on [pgwire-replication](https://github.com/vnvo/pgwire-replication) to permit the latest version. - [Changelog](https://github.com/vnvo/pgwire-replication/blob/main/CHANGELOG.md) - [Commits](https://github.com/vnvo/pgwire-replication/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: pgwire-replication dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e33ccc0..96c8a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tracing = "0.1" hex = "0.4" futures = "0.3" urlencoding = "2.1" -pgwire-replication = "0.2" +pgwire-replication = "0.3" [dev-dependencies] anyhow = "1.0"