From 2685a6b1c5b9334d3839edb5c2a83ccc8c041b3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:47:01 +0000 Subject: [PATCH] Update Rust crate tucana to 0.0.72 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5112d7c..aba5ad9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ "tokio-stream", "tonic", "tonic-health", - "tucana 0.0.71", + "tucana 0.0.72", "uuid", ] @@ -2132,9 +2132,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.71" +version = "0.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6555a26cd335809eac0ec2144c54800258549e33d5318937bf22c6a2dcbfd365" +checksum = "bc5513f2fc08c899ee75f2f4717a7c4af53269a80e76b2f1a331b3455544b1ef" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 1e51cd6..a0a7cd9 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.71", features = ["all"] } +tucana = { version = "0.0.72", features = ["all"] } code0-flow = { version = "0.0.33", features = ["flow_health"] } serde_json = "1.0.140" async-nats = "0.48.0"