From 7d6e1d2aa1a07f14ce853fc5d13c6eedc470b32c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 01:47:45 +0000 Subject: [PATCH] Update Rust crate code0-flow to 0.0.45 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9988bb..461b70c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.44" +version = "0.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27a26457988a6dbf1622d66deafabd766550db3b34c406d9016ac126210c85c8" +checksum = "93cd6b6d108b2e788c26bba0b07f1f2a52bded801e6d681cb3c8fc3cb2f3f326" dependencies = [ "async-nats", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index ac1fdc3..5020376 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.82", features = ["aquila", "sagittarius_gateway"] } -code0-flow = { version = "0.0.44", features = ["flow_config", "flow_health", "flow_telemetry"] } +code0-flow = { version = "0.0.45", features = ["flow_config", "flow_health", "flow_telemetry"] } serde_json = "1.0.140" lupus = "0.0.5" async-nats = "0.50.0"