From 8dc8c255ae1f64ab36c7a97873147ab9a9199f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:05:02 +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 1102dbb..3d27cb4 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", features = ["aquila"] } +tucana = { version = "0.0.48", features = ["aquila"] } serde_json = { version = "1.0.138" } log = "0.4.27" env_logger = "0.11.8"