From 25f1a655417d0ddd9dddcbcc71fa330e416546db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 21:05:03 +0000 Subject: [PATCH] Update Rust crate lapin to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d6c8d7..02d5a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] code0-flow = { version = "0.0.13" } tucana = { version = "0.0.28", features = ["aquila"] } -lapin = "2.5.3" +lapin = "3.0.0" serde = "1.0.219" serde_json = "1.0.140" tokio = { version = "1.44.1", features = ["rt-multi-thread"] }