From d82516e3b968e60994c36743edda7c02666bfacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:05:28 +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 85bd2b1..c194b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ futures-lite = "2.6.0" rand = "0.9.1" base64 = "0.22.1" env_logger = "0.11.8" -async-nats = "0.44.2" +async-nats = "0.45.0" prost = "0.14.1" tonic-health = "0.14.1" tonic = "0.14.1"