From 743aa02f23cba89fae586c7fa6f961b2e7d643e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:26:16 +0000 Subject: [PATCH] Update Rust crate deadpool-lapin to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 993e3d3..616f2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures-lite = "2.2.0" clap = { version = "4.4.8", features = ["derive"] } brotli = "3.4.0" serde_path_to_error = "0.1.14" -deadpool-lapin = "0.11.0" +deadpool-lapin = "0.13.0" docker-compose-types = "0.7.0" actix-casbin-auth = { git = "https://github.com/casbin-rs/actix-casbin-auth.git"} casbin = "2.2.0"