From 00e0b0b72c5e9c78ab0b32e2f623bb69777fdd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:09:19 +0000 Subject: [PATCH] Bump deadpool-postgres from 0.14.0 to 0.14.1 in the deadpool group (#3573) Bumps the deadpool group with 1 update: [deadpool-postgres](https://github.com/bikeshedder/deadpool). Updates `deadpool-postgres` from 0.14.0 to 0.14.1 - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.14.0...deadpool-postgres-v0.14.1) --- updated-dependencies: - dependency-name: deadpool-postgres dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deadpool ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 638a349a4..4adb30816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,9 +1329,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 f75a07d6d..4bd0d54ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ clap = { version = "4.5.23", features = ["cargo", "derive", "env"] } console-subscriber = "0.4.1" constcat = "0.5" deadpool = "0.12.1" -deadpool-postgres = "0.14.0" +deadpool-postgres = "0.14.1" divviup-client = "0.4" educe = { version = "0.6.0", default-features = false, features = ["Debug"] } fixed = "1.27"