From e074bad3f8d2c8de103827336e95f9e5e7d5fd1a Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:39:04 +0000 Subject: [PATCH] Update Rust crate `deadpool-postgres` to v0.14.1 (#5965) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d6d95fe300..33d3162a453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1602,9 +1602,9 @@ dependencies = [ [[package]] name = "deadpool-postgres" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab8a4ea925ce79678034870834602a2980f4b88c09e97feb266496dbb4493d2" +checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9" dependencies = [ "async-trait", "deadpool", diff --git a/Cargo.toml b/Cargo.toml index 0a9d925fed3..023856f9dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ bytes = { version = "1.9.0" } clap_builder = { version = "=4.5.23", default-features = false, features = ["std"] } criterion = { version = "=0.5.1" } deadpool = { version = "=0.12.1", default-features = false } -deadpool-postgres = { version = "=0.14.0", default-features = false } +deadpool-postgres = { version = "=0.14.1", default-features = false } ecow = { version = "=0.2.3", default-features = false } email_address = { version = "=0.2.9", default-features = false } enumflags2 = { version = "=0.7.10", default-features = false }