From a3874fbdc33922a16f6759c9afee0c2dde353084 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Tue, 19 Sep 2023 14:45:42 -0600 Subject: [PATCH] bump version Signed-off-by: Connor Smith --- rpc-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc-rs/Cargo.toml b/rpc-rs/Cargo.toml index 8e2d46f..700886f 100644 --- a/rpc-rs/Cargo.toml +++ b/rpc-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmbus-rpc" -version = "0.14.0" +version = "0.15.0" authors = [ "wasmcloud Team" ] license = "Apache-2.0" description = "Runtime library for actors and capability providers" @@ -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.30" +async-nats = "0.31" atty = "0.2" data-encoding = "2.3" futures = "0.3"