From 0b9e5358c140f8aa2db662d4e90a38f06f36f37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 19:46:37 +0000 Subject: [PATCH] fix(deps): update rust crate tucana to 0.0.25 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fd7923..9fb64af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.24" +version = "0.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cb09367cc920fc735409a26a9f7494df3c6aaa5681d6a5e06424413071c759a" +checksum = "e9d6ffe7a6a8cf113e26b7dfcee05f49c1f84f2a1ce80d3c614aa592c50a9881" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 1685335..82a0a79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.24", features = ["aquila"] } +tucana = { version = "0.0.25", features = ["aquila"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24"