pin hyper-util-wasm

This commit is contained in:
Toshit Chawda 2024-11-27 20:03:10 -08:00
parent a9927b1816
commit f7be65ae74
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 2 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",
]

View file

@ -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 }