From 87fa6ef8bb3c4ddee3f805524f712da117a0fe42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:50:29 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.44 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f50c61b..1bf4379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1873,9 +1873,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.43" +version = "0.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97d0f9945f8993b62cef0504a8a874651f1ab56cb63307c20db9402e83ed0ad" +checksum = "f82c9cae9d0860d93a909206eeacb4c473b72e1378be356fc93a381f0db00948" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 153e5d9..3b93be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.43", features = ["aquila"] } +tucana = { version = "0.0.44", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"