From a37d0f90fe1eed139a2b75932c7a23b8509b53bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:32:58 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.44.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 212ad5d..3f83177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.14.1" tucana = { version = "0.0.33", features = ["all"] } code0-flow = { version = "0.0.16" } serde_json = "1.0.140" -async-nats = "0.42.0" +async-nats = "0.44.0" tonic-health = "0.14.1" tokio-stream = "0.1.17" uuid = { version = "1.18.0", features = ["v4"] }