diff --git a/Cargo.lock b/Cargo.lock index 3615a2d84d..d152e1f729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4504,7 +4504,7 @@ dependencies = [ "url-escape", "wasi-cap-std-sync", "wasi-common", - "wasi-experimental-http-wasmtime 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi-experimental-http-wasmtime", "wasmtime", "wasmtime-cache", "wasmtime-wasi", @@ -4654,25 +4654,6 @@ dependencies = [ "wasmtime-wasi", ] -[[package]] -name = "wasi-experimental-http-wasmtime" -version = "0.9.0" -source = "git+https://github.com/deislabs/wasi-experimental-http?rev=9a143fa7d8be2a66d6d636c5c1b0c6e2bad68912#9a143fa7d8be2a66d6d636c5c1b0c6e2bad68912" -dependencies = [ - "anyhow", - "bytes 1.1.0", - "futures", - "http 0.2.6", - "reqwest", - "thiserror", - "tokio", - "tracing", - "url 2.2.2", - "wasi-common", - "wasmtime", - "wasmtime-wasi", -] - [[package]] name = "wasi-outbound-http" version = "0.2.0" @@ -4688,7 +4669,7 @@ dependencies = [ "tracing", "tracing-futures", "url 2.2.2", - "wasi-experimental-http-wasmtime 0.9.0 (git+https://github.com/deislabs/wasi-experimental-http?rev=9a143fa7d8be2a66d6d636c5c1b0c6e2bad68912)", + "wasi-experimental-http-wasmtime", "wit-bindgen-wasmtime", ] diff --git a/crates/outbound-http/Cargo.toml b/crates/outbound-http/Cargo.toml index e5ee37f350..2785581f0a 100644 --- a/crates/outbound-http/Cargo.toml +++ b/crates/outbound-http/Cargo.toml @@ -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" }