From 48cebc341f297f381ac6f6f95a7add0eb8c6bcfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:32:35 +0000 Subject: [PATCH] Update Rust crate code0-flow to 0.0.25 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edd8219..1382252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.24" +version = "0.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ebec2afaa7c154191715c695390a7552693d0664efff399633150972f1accb" +checksum = "53e10d39ec0c673c18749c0ff66c033806b68d1a99ec49cf1f4657fcd7c9d4b5" dependencies = [ "async-nats", "async-trait", @@ -271,6 +271,7 @@ dependencies = [ "regex", "serde", "serde_json", + "tokio", "tonic", "tonic-health", "tucana", diff --git a/Cargo.toml b/Cargo.toml index 01d49f3..4bae34f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.11.8" prost = "0.14.1" tonic = "0.14.1" tucana = { version = "0.0.52", features = ["all"] } -code0-flow = { version = "0.0.24", features = ["flow_health", "flow_validator"] } +code0-flow = { version = "0.0.25", features = ["flow_health", "flow_validator"] } serde_json = "1.0.140" async-nats = "0.46.0" tonic-health = "0.14.1"