From 10fd9dd3c4752c8142af861bfe88d9a2433c9236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:50:36 +0000 Subject: [PATCH] chore(deps): bump postgres-protocol in /packages/kits/CognitionKit/rust Bumps [postgres-protocol](https://github.com/rust-postgres/rust-postgres) from 0.6.11 to 0.6.12. - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](https://github.com/rust-postgres/rust-postgres/compare/postgres-protocol-v0.6.11...postgres-protocol-v0.6.12) --- updated-dependencies: - dependency-name: postgres-protocol dependency-version: 0.6.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/kits/CognitionKit/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kits/CognitionKit/rust/Cargo.lock b/packages/kits/CognitionKit/rust/Cargo.lock index 1cac78e89..5856a8710 100644 --- a/packages/kits/CognitionKit/rust/Cargo.lock +++ b/packages/kits/CognitionKit/rust/Cargo.lock @@ -1216,9 +1216,9 @@ dependencies = [ [[package]] name = "postgres-protocol" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56201207dac53e2f38e848e31b4b91616a6bb6e0c7205b77718994a7f49e70fc" +checksum = "08808e3c483c46e999108051c78334f473d5adb59d78bb80a1268c7e6aa6c514" dependencies = [ "base64", "byteorder",