From 1f3b719ab9b5696f08c947213ca159f887dfbfed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:33:25 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b04ed77..b02c519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.26" env_logger = "0.11.8" prost = "0.14.1" tonic = "0.14.1" -tucana = { version = "0.0.43", features = ["all"] } +tucana = { version = "0.0.49", features = ["all"] } code0-flow = { version = "0.0.20", features = ["flow_health", "flow_validator"] } serde_json = "1.0.140" async-nats = "0.45.0"