From 5e3c1a9137891f9594d2c694bb81207c28077e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:11:45 +0000 Subject: [PATCH] chore(deps): bump pgwire from 0.24.2 to 0.24.3 Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.24.2 to 0.24.3. - [Release notes](https://github.com/sunng87/pgwire/releases) - [Changelog](https://github.com/sunng87/pgwire/blob/v0.24.3/CHANGELOG.md) - [Commits](https://github.com/sunng87/pgwire/compare/v0.24.2...v0.24.3) --- updated-dependencies: - dependency-name: pgwire dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a6e584..afad5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2087,9 +2087,9 @@ dependencies = [ [[package]] name = "pgwire" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed4ca46dd335b3a030d977be54dfe121b1b9fe22aa8bbd69161ac2434524fc68" +checksum = "4895c8e98cbe81496692ae3d2262a9fb0d26302af7c9ea483cf708000106aa0a" dependencies = [ "async-trait", "aws-lc-rs",