From a51c25c37d35daceb9c307240a373ab296566254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:00:13 +0000 Subject: [PATCH] Update async-nats requirement from 0.47 to 0.48 Updates the requirements on [async-nats](https://github.com/nats-io/nats.rs) to permit the latest version. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.47.0...async-nats/v0.48.0) --- updated-dependencies: - dependency-name: async-nats dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rofr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofr/Cargo.toml b/rofr/Cargo.toml index b5f7424..063e3dc 100644 --- a/rofr/Cargo.toml +++ b/rofr/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] rofr-macros = { version = "^0.1.1", path = "../rofr-macros" } -async-nats = { version = "0.47", default-features = false, features = ["jetstream", "server_2_10", "server_2_11", "server_2_12", "service"] } +async-nats = { version = "0.48", default-features = false, features = ["jetstream", "server_2_10", "server_2_11", "server_2_12", "service"] } async-trait = "0.1" bytes = "1" futures = "0.3"