Skip to content

Commit

Permalink
deps(async-nats): upgrade to 0.36
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Sep 4, 2024
1 parent 7aedd8a commit 6b62ec8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 9 deletions.
65 changes: 58 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wadm-types = { workspace = true }

[workspace.dependencies]
anyhow = "1"
async-nats = "0.33"
async-nats = "0.36"
async-trait = "0.1"
base64 = "0.22.1"
bytes = "1"
Expand Down Expand Up @@ -83,7 +83,8 @@ uuid = "1"
wadm = { version = "0.14.0", path = "./crates/wadm" }
wadm-client = { version = "0.3.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.3.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = "1.0.0"
# wasmcloud-control-interface = "1.0.0"
wasmcloud-control-interface = { version = "1.0.0", git = "https://github.com/wasmcloud/wasmcloud", branch = "feat/upgrade-async-nats" }
wasmcloud-secrets-types = "0.2.0"
wit-bindgen-wrpc = { version = "0.3.7", default-features = false }

Expand Down

0 comments on commit 6b62ec8

Please sign in to comment.