diff --git a/Cargo.lock b/Cargo.lock index e0ce9fe..3b789ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.40" +version = "0.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6bac81931da426429ac4ca93b80ff246900d64e8190ec2c4e0382ff35157857" +checksum = "a5373ac809b37ed939f2fd9094d20cc8534a87d18ac5551ee7dfc69c6a7596ea" dependencies = [ "async-nats", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index f5b4f36..f1a8367 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.75", features = ["all"] } -code0-flow = { version = "0.0.40", features = ["flow_config", "flow_health", "flow_telemetry"] } +code0-flow = { version = "0.0.41", features = ["flow_config", "flow_health", "flow_telemetry"] } serde_json = "1.0.140" async-nats = "0.49.0" tonic-health = "0.14.1"