From 97c7b920264079d27591f36bc3fe099f7374834b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:09:14 +0000 Subject: [PATCH] chore(deps)(deps): Update deadpool requirement from 0.10 to 0.13 Updates the requirements on [deadpool](https://github.com/deadpool-rs/deadpool) to permit the latest version. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml) - [Commits](https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.10.0...deadpool-v0.13.0) --- updated-dependencies: - dependency-name: deadpool dependency-version: 0.13.0 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 07bd0221..26ac2a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ redis = { version = "0.23", features = ["tokio-comp", "streams"] } # Retry & Resilience backoff = { version = "0.4", features = ["tokio"] } -deadpool = "0.10" +deadpool = "0.13" # Validation validator = { version = "0.16", features = ["derive"] }