@@ -81,7 +81,7 @@ wrpc-cli = { workspace = true, optional = true }
8181wrpc-runtime-wasmtime = { workspace = true , optional = true }
8282wrpc-transport = { workspace = true }
8383wrpc-transport-nats = { workspace = true , features = [
84- " async-nats-0_39 " ,
84+ " async-nats-0_41 " ,
8585], optional = true }
8686wrpc-transport-quic = { workspace = true , optional = true }
8787wrpc-transport-web = { workspace = true , optional = true }
@@ -120,7 +120,7 @@ wrpc-transport = { workspace = true, features = ["net"] }
120120
121121[workspace .dependencies ]
122122anyhow = { version = " 1" , default-features = false }
123- async-nats = { version = " 0.39 " , default-features = false }
123+ async-nats = { version = " 0.41 " , default-features = false }
124124axum = { version = " 0.7" , default-features = false }
125125bitflags = { version = " 2" , default-features = false }
126126bytes = { version = " 1" , default-features = false }
@@ -175,12 +175,12 @@ wit-bindgen-wrpc-rust = { version = "0.9", default-features = false, path = "./c
175175wit-bindgen-wrpc-rust-macro = { version = " 0.9" , default-features = false , path = " ./crates/wit-bindgen-rust-macro" }
176176wit-component = { version = " 0.230" , default-features = false }
177177wit-parser = { version = " 0.220" , default-features = false }
178- wrpc-cli = { version = " 0.5 " , path = " ./crates/cli" , default-features = false }
178+ wrpc-cli = { version = " 0.6 " , path = " ./crates/cli" , default-features = false }
179179wrpc-introspect = { version = " 0.6" , default-features = false , path = " ./crates/introspect" }
180180wrpc-runtime-wasmtime = { version = " 0.29" , path = " ./crates/runtime-wasmtime" , default-features = false }
181181wrpc-test = { path = " ./crates/test" , default-features = false }
182182wrpc-transport = { version = " 0.28.3" , path = " ./crates/transport" , default-features = false }
183- wrpc-transport-nats = { version = " 0.28 " , path = " ./crates/transport-nats" , default-features = false }
183+ wrpc-transport-nats = { version = " 0.29 " , path = " ./crates/transport-nats" , default-features = false }
184184wrpc-transport-quic = { version = " 0.4" , path = " ./crates/transport-quic" , default-features = false }
185185wrpc-transport-web = { version = " 0.1" , path = " ./crates/transport-web" , default-features = false }
186186wrpc-wasi-keyvalue = { version = " 0.1.1" , path = " ./crates/wasi-keyvalue" , default-features = false }
0 commit comments