From 2c423e71e9c73c9cff9f1c6b110fe800d5a2978d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:38:38 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.45.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6e21bf..5d73eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.14.1" tucana = { version = "0.0.39", features = ["all"] } code0-flow = { version = "0.0.18" } serde_json = "1.0.140" -async-nats = "0.44.2" +async-nats = "0.45.0" tonic-health = "0.14.1" tokio-stream = "0.1.17" uuid = { version = "1.18.0", features = ["v4"] }