From 38351d5651474a2f251ab31b96905a22ff71f5c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:13:02 +0000 Subject: [PATCH] fix(deps): update rust crate async-nats to 0.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c36648c..4f705e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ kafka = ["dep:rdkafka", "dep:tokio"] otel = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:tracing", "dep:tracing-opentelemetry"] [dependencies] -async-nats = { version = "0.49", optional = true } +async-nats = { version = "0.50", optional = true } axum = { version = "0.8", optional = true } base64 = "0.22.1" futures = { version = "0.3", optional = true }