Skip to content

Commit

Permalink
chore: update outbound-http crate deps
Browse files Browse the repository at this point in the history
update `wasi-experimental-http-wasmtime` to use a release (`0.9.0`) instead of a specific revision

Signed-off-by: booklearner <booklearner@protonmail.com>
  • Loading branch information
booklearner committed May 18, 2022
1 parent fcb88ae commit 928bdb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 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 crates/outbound-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ tokio = { version = "1.4.0", features = [ "full" ] }
tracing = { version = "0.1", features = [ "log" ] }
tracing-futures = "0.2"
url = "2.2.1"
wasi-experimental-http-wasmtime = { git = "https://github.com/deislabs/wasi-experimental-http", rev = "9a143fa7d8be2a66d6d636c5c1b0c6e2bad68912" }
wasi-experimental-http-wasmtime = "0.9.0"
wit-bindgen-wasmtime = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2f46ce4cc072107153da0cefe15bdc69aa5b84d0" }

0 comments on commit 928bdb2

Please sign in to comment.