From fc015b4abcdb8e7d5f3424e708bc9c6788afce61 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 19 Nov 2024 14:46:11 +0100 Subject: [PATCH] Use concrete client version Signed-off-by: Tomasz Pietrek --- nats-extra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-extra/Cargo.toml b/nats-extra/Cargo.toml index 69b2165..5323dd6 100644 --- a/nats-extra/Cargo.toml +++ b/nats-extra/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["nats", "extra", "extensions", "messaging", "api"] categories = ["network-programming", "api-bindings"] [dependencies] -async-nats = { git = "https://github.com/nats-io/nats.rs", package = "async-nats", branch = "main" } +async-nats = "0.38.0" bytes = "1.8.0" futures = "0.3.31" tokio = { version = "1.0", features = ["time"] }