From 4fa25072d74771c3177add4339f804ecab9c6fd3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 6 May 2025 17:17:17 +0200 Subject: [PATCH] dependencied: updated tucana to version 0.0.24 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 567adf1..2fd7923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.23" +version = "0.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25e9cd6e61dceac2f9f3838b1085073c5406b770da45b93deda8eada2ecdf916" +checksum = "1cb09367cc920fc735409a26a9f7494df3c6aaa5681d6a5e06424413071c759a" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index bc4698f..1685335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.23", features = ["all"] } +tucana = { version = "0.0.24", features = ["aquila"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24"