diff --git a/Cargo.lock b/Cargo.lock index 36c5f9f..972812a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "hyper-util-wasm" version = "0.1.7" -source = "git+https://github.com/r58Playz/hyper-util-wasm?branch=opinionated#c582f05daa6529a75f6838a26ebf29ff09f62921" +source = "git+https://github.com/r58Playz/hyper-util-wasm?rev=07117dd90174688341c27df2fdeb023c71015e4a#07117dd90174688341c27df2fdeb023c71015e4a" dependencies = [ "bytes", "futures-channel", @@ -1237,8 +1237,6 @@ dependencies = [ "http-body", "hyper", "pin-project-lite", - "tower 0.4.13", - "tower-service", "tracing", "wasmtimer", ] diff --git a/client/Cargo.toml b/client/Cargo.toml index 654969e..a8c762c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,7 +22,7 @@ http = "1.1.0" http-body = "1.0.1" http-body-util = "0.1.2" hyper = "1.4.1" -hyper-util-wasm = { git = "https://github.com/r58Playz/hyper-util-wasm", branch = "opinionated", version = "0.1.7", features = ["client-legacy", "http1"] } +hyper-util-wasm = { git = "https://github.com/r58Playz/hyper-util-wasm", rev = "07117dd90174688341c27df2fdeb023c71015e4a", features = ["client-legacy", "http1"] } js-sys = "0.3.70" pin-project-lite = "0.2.14" rustls-pemfile = { version = "2.1.3", optional = true }