From ee715fc424a9331453c4c2bbb7bce25c615f0640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:37:17 +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 a0242d2..aae8b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ regex = "1.11.1" tokio = { version = "1.44.1", features = ["rt-multi-thread"] } uuid = { version = "1.16.0", features = ["v4"] } tonic = "0.14.0" -async-nats = "0.45.0" +async-nats = "0.46.0" async-trait = "0.1.88" anyhow = "1.0.98" prost = "0.14.0"