From 4b067181acc051093f7d079a5918ff8fa82cd067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:03:47 +0000 Subject: [PATCH] build(deps): update deadpool requirement from 0.9.5 to 0.11.2 Updates the requirements on [deadpool](https://github.com/bikeshedder/deadpool) to permit the latest version. - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-v0.9.5...deadpool-v0.11.2) --- updated-dependencies: - dependency-name: deadpool dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b425c4..dca2236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ dotenv = { version = "0.15.0", default-features = false } tokio = { version = "1.19.2", default-features = false, optional = true } tokio-postgres = { version = "0.7.6", default-features = false } deadpool-postgres = { version = "0.10.2", default-features = false } -deadpool = { version = "0.9.5", default-features = false } +deadpool = { version = "0.11.2", default-features = false } futures = "0.3" [features]