From 58024df10886f7351406d351d345a31a19438b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 10:29:51 +0000 Subject: [PATCH] fix(deps): update rust crate tucana to 0.0.27 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 926276a..472c8b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,9 +3088,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.25" +version = "0.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9d6ffe7a6a8cf113e26b7dfcee05f49c1f84f2a1ce80d3c614aa592c50a9881" +checksum = "6d612a49878215cec1fcdd342c5c9809b355e04ffe7f6359749f125eaa492b29" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 031795d..a543acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.25", features = ["aquila"] } +tucana = { version = "0.0.27", features = ["aquila"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24"