From 94e298d8bad48b6e841aeea1deb781b3337395ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:49:55 +0000 Subject: [PATCH] fix(deps): update rust crate tucana to 0.0.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13150e8..d5b9e31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3058,9 +3058,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.19" +version = "0.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c0791d9505b75b1405db08e0a2fd32d3dff98a4346c2d3ecf17ed55ea36de2" +checksum = "39e88fda8f4b12a650904dbce5d3462ba161215a2cd5c0799c728be6747ac7fc" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index b6cf719..7dd1907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.19", features = ["all"] } +tucana = { version = "0.0.20", features = ["all"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24"