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"