From 8195ddfe775b8195434dd39abf5a3e8e1b78e61e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:06:57 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.49.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95478fb..de694b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31811585c7c5bc2f60f8b80d5a6b0f737115611dac47567d7f7d94562ebb180b" +checksum = "407486109ea5cfdf53fde05f46996dadf0547518a4d49f050d25f405ae31ed2d" dependencies = [ "base64", "bytes", @@ -221,7 +221,7 @@ name = "base" version = "0.0.0" dependencies = [ "anyhow", - "async-nats 0.48.0", + "async-nats 0.49.0", "async-trait", "code0-flow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 78d85ca..5d97641 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.48.0" +async-nats = "0.49.0" async-trait = "0.1.88" anyhow = "1.0.98" prost = "0.14.0"