From 18cf13ed9de51bee7879feb976bf3e89a9e5cd75 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:46:15 +0000 Subject: [PATCH] chore(deps): update rust crate async-nats to 0.49 | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | crate | async-nats | 0.48.0 | 0.49.0 | --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d82c5b15..d8824dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,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 6a2aeeea..b33f219c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] } redis = { version = "1.0", features = ["tokio-comp", "connection-manager"] } -async-nats = "0.48" +async-nats = "0.49" futures = "0.3" bytes = "1" chrono = { version = "0.4", features = ["serde"] }