From d83c6089d26b8271aa5afc8e2ecd6b8cd5cb71c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:31:01 +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 7ef1428..a8b6313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" name = "aquila" version = "0.1.0" dependencies = [ - "async-nats 0.48.0", + "async-nats 0.49.0", "code0-flow", "env_logger", "futures", @@ -126,9 +126,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", diff --git a/Cargo.toml b/Cargo.toml index a0a7cd9..2a673ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.14.1" tucana = { version = "0.0.72", features = ["all"] } code0-flow = { version = "0.0.33", features = ["flow_health"] } serde_json = "1.0.140" -async-nats = "0.48.0" +async-nats = "0.49.0" tonic-health = "0.14.1" tokio-stream = "0.1.17" uuid = { version = "1.18.0", features = ["v4"] }