From 64c0e1b8312fe891796af0bc22dbabda26fb9410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:28:57 +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 79c66361..eab52899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ otel = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:tracing", "dep:tracin graphql = ["dep:async-graphql", "dep:async-graphql-axum", "dep:hmac", "dep:jsonwebtoken", "http", "axum?/ws"] [dependencies] -async-nats = { version = "0.49", optional = true } +async-nats = { version = "0.50", optional = true } async-trait = "0.1" async-graphql = { version = "7", optional = true } async-graphql-axum = { version = "7", optional = true }