From 9697a73b80ec0c7b154d09615c5ce959cc2eb0ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:46:21 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.59 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22e24d2..2d3ea1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,9 +1794,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.58" +version = "0.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9730d10bc86e1b107aad9dafcd325895fc644ecf23333341b6df7dff3027572b" +checksum = "2a67b60390a8c62dd3bf55374b47a1ab4ef1363245808f106f4a3e812e51cf22" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 1d3a783..c6721f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.58", features = ["aquila"] } +tucana = { version = "0.0.59", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"