From ab0917ebe6103bc068f5e8841a296c57650be4ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:27:21 +0000 Subject: [PATCH] Update Rust crate code0-flow to 0.0.44 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0d0766..0b321a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.43" +version = "0.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d70b4b6dcaa6f87f3968234d063edcdc38b27972e886dfd6089acc18a4172476" +checksum = "27a26457988a6dbf1622d66deafabd766550db3b34c406d9016ac126210c85c8" dependencies = [ "async-nats", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 7d7f925..baad602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tracing = { version = "0.1.41", features = ["log"] } prost = "0.14.1" tonic = "0.14.1" tucana = { version = "0.0.81", features = ["aquila", "sagittarius_gateway"] } -code0-flow = { version = "0.0.43", features = ["flow_config", "flow_health", "flow_telemetry"] } +code0-flow = { version = "0.0.44", features = ["flow_config", "flow_health", "flow_telemetry"] } serde_json = "1.0.140" lupus = "0.0.2" async-nats = "0.50.0"