From 60aa1b00029ac0163e8705d6d999ed50c965d5f5 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Wed, 12 Apr 2023 14:03:59 -0600 Subject: [PATCH] bump async-nats to v0.29 Signed-off-by: Connor Smith --- rpc-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc-rs/Cargo.toml b/rpc-rs/Cargo.toml index a60db7f..7affc8b 100644 --- a/rpc-rs/Cargo.toml +++ b/rpc-rs/Cargo.toml @@ -46,7 +46,7 @@ num-bigint = { version = "0.4", optional = true } bigdecimal = { version = "0.3", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -async-nats = "0.27.1" +async-nats = "0.29" atty = "0.2" data-encoding = "2.3" futures = "0.3"