From 49ca4ec18856eecc753e16a098fb614b620cc037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:44:17 +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 622a623..71f7aea 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.44.2" +async-nats = "0.45.0" async-trait = "0.1.88" anyhow = "1.0.98" prost = "0.14.0"