diff --git a/Cargo.toml b/Cargo.toml index 0b8aa52..fb7fc61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.14.1" tucana = { version = "0.0.49", features = ["all"] } code0-flow = { version = "0.0.21", features = ["flow_health", "flow_validator"] } serde_json = "1.0.140" -async-nats = "0.45.0" +async-nats = "0.46.0" tonic-health = "0.14.1" tokio-stream = "0.1.17" uuid = { version = "1.18.0", features = ["v4"] }