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"