diff --git a/Cargo.lock b/Cargo.lock index 80f2a86..d988675 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,9 +233,7 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ebec2afaa7c154191715c695390a7552693d0664efff399633150972f1accb" +version = "0.0.0" dependencies = [ "async-nats", "async-trait", @@ -245,6 +243,7 @@ dependencies = [ "regex", "serde", "serde_json", + "tokio", "tonic", "tonic-health", "tucana", diff --git a/Cargo.toml b/Cargo.toml index 7809649..aaa2f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" edition = "2024" [workspace.dependencies] -code0-flow = { version = "0.0.24" } +code0-flow = { version = "0.0.25" } tucana = { version = "0.0.52" } tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] } log = "0.4.27" diff --git a/taurus/src/main.rs b/taurus/src/main.rs index 4ab426b..4b1ecdc 100644 --- a/taurus/src/main.rs +++ b/taurus/src/main.rs @@ -90,6 +90,7 @@ async fn main() { config.aquila_url.clone(), config.definitions.clone().as_str(), ) + .await .send() .await; }