From 2bb72c7b3a526a6cb37eeb75ea4a1859bde2dca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:33:06 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 613e398..884590a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [workspace.dependencies] code0-flow = { version = "0.0.17" } -tucana = { version = "0.0.36", features = ["aquila"] } +tucana = { version = "0.0.39", features = ["aquila"] } serde_json = { version = "1.0.138" } log = "0.4.27" env_logger = "0.11.8"