From fa7e0fbe0f2314341c2e1eb92dce2893465f91e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:36:36 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.68 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1155bee..089ab73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1773,9 +1773,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.66" +version = "0.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01670c573a1860b047d9ed7aa2b0a242e4f30ce8354d44f57e459465d74a75f" +checksum = "abae78f798d1203bbcce361ba4cb4c500f8fe64e56d16ba3a5a0854e285377eb" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 136cfad..0bcb602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.66", features = ["aquila"] } +tucana = { version = "0.0.68", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"