From 62e0d18effc31b1b06b15a1477994f30e8e3bc16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:40:40 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.41 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 317f1c9..4ae15f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.39", features = ["aquila"] } +tucana = { version = "0.0.41", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"