From 61cb9a49b599b75436da9e74cc31793f2364299b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:31:23 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.63 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bde9d6f..3676a4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,9 +1794,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.62" +version = "0.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0425a21e64d54b011db8cd39e06dcc6a1b7a6988577ac718c668328313bc1cc8" +checksum = "d533939340c611cadb476cfef3ef36263fbc0d126e66fb80e395d353367d1e2b" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 7aa2012..13bff61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.62", features = ["aquila"] } +tucana = { version = "0.0.63", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"