From d91e2aceebc02cc7ca3c886cb0320b239f3c5e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:53:47 +0000 Subject: [PATCH] build(deps): bump async-nats from 0.49.0 to 0.49.1 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.49.0 to 0.49.1. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.49.0...async-nats/v0.49.1) --- updated-dependencies: - dependency-name: async-nats dependency-version: 0.49.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 928f0e9a..22805eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.49.0" +version = "0.49.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "407486109ea5cfdf53fde05f46996dadf0547518a4d49f050d25f405ae31ed2d" +checksum = "fad3cd6df81292728e2a8cb1f1dcb4d7e7a1ab59b80c14fbbcba2baf9d5cf86a" dependencies = [ "bytes", "futures-util",