From 1f975ff535bfe1b899121c94cd0562ef6c0eb155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:55:13 +0000 Subject: [PATCH] chore(deps): bump tokio-postgres from 0.7.17 to 0.7.18 in /rust/cube Bumps [tokio-postgres](https://github.com/rust-postgres/rust-postgres) from 0.7.17 to 0.7.18. - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](https://github.com/rust-postgres/rust-postgres/compare/tokio-postgres-v0.7.17...tokio-postgres-v0.7.18) --- updated-dependencies: - dependency-name: tokio-postgres dependency-version: 0.7.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/cube/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/cube/Cargo.lock b/rust/cube/Cargo.lock index b61daabf1a4cd..b5144d66457e8 100644 --- a/rust/cube/Cargo.lock +++ b/rust/cube/Cargo.lock @@ -2744,9 +2744,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 0.22.1", "byteorder", @@ -2762,9 +2762,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dc729a129e682e8d24170cd30ae1aa01b336b096cbb56df6d534ffec133d186" +checksum = "851ca9db4932932d69f3ea811b1abe63087a0f740a47692619dd40d4899b68be" dependencies = [ "bytes", "fallible-iterator", @@ -3882,9 +3882,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dd8df5ef180f6364759a6f00f7aadda4fbbac86cdee37480826a6ff9f3574ce" +checksum = "a528f7d280f6d5b9cd149635c8705b0dd049754bc67d81d31fa25169a93809d3" dependencies = [ "async-trait", "byteorder",