From 21a4420e73c17884066e41eafa0ad4e3108b3f27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:44:28 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc77955..7168259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [workspace.dependencies] code0-flow = { version = "0.0.20" } -tucana = { version = "0.0.43" } +tucana = { version = "0.0.48" } tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] } log = "0.4.27" futures-lite = "2.6.0"