From 9ae522e869f0177ad682ceed5e48829b0b32dda8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:28:41 +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 175d9b4..4d9b62a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.36", features = ["aquila"] } +tucana = { version = "0.0.39", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"