mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
pin hyper-util-wasm
This commit is contained in:
parent
a9927b1816
commit
f7be65ae74
2 changed files with 2 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue