From f116dfd88b8f98eea0661933f7ec19595eeed0dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 04:16:21 +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 86a8838..34a5463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures-lite = "2.6.0" rand = "0.9.1" base64 = "0.22.1" env_logger = "0.11.8" -async-nats = "0.45.0" +async-nats = "0.46.0" prost = "0.14.1" tonic-health = "0.14.1" tonic = "0.14.1"