Skip to content

Commit

Permalink
update wasm-rpc (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske authored Jun 26, 2024
1 parent 9904f42 commit e4bd8dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ futures = "0.3"
futures-core = "0.3.29"
futures-util = "0.3.29"
golem-wasm-ast = "0.3.1"
golem-wasm-rpc = { version = "0.0.32", default-features = false, features = ["host"] }
golem-wasm-rpc = { version = "0.0.33", default-features = false, features = ["host"] }
http = "1.0.0" # keep in sync with wasmtime
http_02 = { package = "http", version = "0.2.11" }
humantime-serde = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion golem-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures-util = { workspace = true }
golem-examples = "0.3.0"
golem-wasm-ast = { workspace = true }
golem-wasm-rpc = { workspace = true }
golem-wasm-rpc-stubgen = { version = "0.0.32", optional = true }
golem-wasm-rpc-stubgen = { version = "0.0.33", optional = true }
h2 = "0.3.24"
http = { workspace = true }
hyper = { workspace = true }
Expand Down

0 comments on commit e4bd8dd

Please sign in to comment.