From 3be1efd5b929163c8d0c91dd4960e141babcdf7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 01:34:00 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.60 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d3ea1b..731adec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,9 +1794,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.59" +version = "0.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a67b60390a8c62dd3bf55374b47a1ab4ef1363245808f106f4a3e812e51cf22" +checksum = "0212599fe6da649ea347b0ea2436f72968289a39ee0cfb6c44358393f7e6db32" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index c6721f1..8ebeda6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.59", features = ["aquila"] } +tucana = { version = "0.0.60", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"