From 9a92bb84ae03e54726b0d7256ad7ba8475606db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:42:41 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.46.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }