From 1afa05b852aea4e6a4ca1ff924069f7016c8e0fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:32:21 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.44.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f12e47..de624bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tonic = "0.14.1" dotenv = "0.15.0" code0-definition-reader = "0.0.10" tonic-health = "0.14.1" -async-nats = "0.43.0" +async-nats = "0.44.0" futures-core = "0.3.31" regex = "1.11.2" serde_json = "1.0.143"