From 450bea5d0133db990f5fa1bed121cf92fcadbdb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:21:46 +0000 Subject: [PATCH] build(deps): Bump deadpool-postgres from 0.13.0 to 0.13.1 in the deadpool group (#3092) * build(deps): Bump deadpool-postgres in the deadpool group Bumps the deadpool group with 1 update: [deadpool-postgres](https://github.com/bikeshedder/deadpool). Updates `deadpool-postgres` from 0.13.0 to 0.13.1 - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.0...deadpool-postgres-v0.13.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] * Update deadpool as well --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Cook --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 347e02d1c..a527b225f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,9 +1172,9 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "deadpool" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff0fc28638c21092aba483136debc6e177fff3dace8c835d715866923b03323e" +checksum = "28d3c3845002cd8dec1e045bc3fc076d1e467a123794cf56326d804489df1896" dependencies = [ "deadpool-runtime", "num_cpus", @@ -1183,9 +1183,9 @@ dependencies = [ [[package]] name = "deadpool-postgres" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aa08f5c838496cbabb672e3614534444145fc6632995f102e13d30a29a25a13" +checksum = "10566d25f606cc5f2dee63311af0eb2dc861cba4a5a7dee2daa4c2b181a42862" dependencies = [ "deadpool", "tokio", diff --git a/Cargo.toml b/Cargo.toml index d058e9ce3..df1b41966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ cfg-if = "1.0.0" chrono = { version = "0.4.38", default-features = false } clap = { version = "4.5.3", features = ["cargo", "derive", "env"] } console-subscriber = "0.2.0" -deadpool = "0.11.2" -deadpool-postgres = "0.13.0" +deadpool = "0.12.0" +deadpool-postgres = "0.13.1" derivative = "2.2.0" divviup-client = "0.2" fixed = "1.27"