From d3e319eea12c1c0007b186b40c8da9a72371cfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:42:23 +0000 Subject: [PATCH] fix(deps): update rust crate tucana to 0.0.23 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73bbda1..fd21e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.21" +version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0dd03fcd2576f2649ef51551c2d9673f553b2fd05b37a3b7955d241c9977599" +checksum = "25e9cd6e61dceac2f9f3838b1085073c5406b770da45b93deda8eada2ecdf916" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 036bb26..c0a26f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.21", features = ["all"] } +tucana = { version = "0.0.23", features = ["all"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24"