From 1a3ad767c60571f2d8b180034245d198bd539106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:12:20 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.62 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25bab8e..db027e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ "tokio-stream", "tonic", "tonic-health", - "tucana 0.0.61", + "tucana 0.0.62", "uuid", ] @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.61" +version = "0.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dc73bb77ee679d30a1e1da51869ba2ea5a77479a0bbf9fbd1621b12fcb312de" +checksum = "0425a21e64d54b011db8cd39e06dcc6a1b7a6988577ac718c668328313bc1cc8" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index c2f1fbe..b47e32a 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.61", features = ["all"] } +tucana = { version = "0.0.62", features = ["all"] } code0-flow = { version = "0.0.28", features = ["flow_health"] } serde_json = "1.0.140" async-nats = "0.46.0"