From de8d8d41967f096fcea7d8e82df626bd97bae90e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:16:39 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.59 --- Cargo.lock | 24 ++---------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c8693c..4fa612c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ "tokio-stream", "tonic", "tonic-health", - "tucana 0.0.58", + "tucana", "uuid", ] @@ -275,7 +275,7 @@ dependencies = [ "tokio", "tonic", "tonic-health", - "tucana 0.0.59", + "tucana", "walkdir", ] @@ -2053,26 +2053,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tucana" -version = "0.0.58" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9730d10bc86e1b107aad9dafcd325895fc644ecf23333341b6df7dff3027572b" -dependencies = [ - "pbjson", - "pbjson-build", - "pbjson-types", - "prost", - "prost-build", - "prost-types", - "serde", - "serde_json", - "tonic", - "tonic-build", - "tonic-prost", - "tonic-prost-build", -] - [[package]] name = "tucana" version = "0.0.59" diff --git a/Cargo.toml b/Cargo.toml index 0e919b6..35bc9b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.26" env_logger = "0.11.8" prost = "0.14.1" tonic = "0.14.1" -tucana = { version = "0.0.58", features = ["all"] } +tucana = { version = "0.0.59", features = ["all"] } code0-flow = { version = "0.0.28", features = ["flow_health"] } serde_json = "1.0.140" async-nats = "0.46.0"