From 6b638b4b0402cb42e96d86a9155cd22c86254f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:54:52 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d6c8d7..04dc2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] code0-flow = { version = "0.0.13" } -tucana = { version = "0.0.28", features = ["aquila"] } +tucana = { version = "0.0.33", features = ["aquila"] } lapin = "2.5.3" serde = "1.0.219" serde_json = "1.0.140"