From 755f10af0583c466e9d221cfdceb2de854a9af50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:17:20 +0000 Subject: [PATCH] fix(deps): update rust crate deadpool to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0dffa1..2331bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rustls = { version = "0.23.28", default-features = false, features = ["ring", "s rustls-pemfile = "2.2.0" tokio-rustls = "0.26.4" tokio-postgres = "0.7.15" -deadpool = "0.12.3" +deadpool = "0.13.0" rsa = "0.9.9" rand = "0.10.0" rand_core = "0.6"