Pin hyper version to =0.14.4

This commit is contained in:
Steve Myers 2021-03-27 01:21:34 -07:00 committed by Alekos Filini
parent 71e0472dc9
commit d94b8f87a3
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -35,6 +35,8 @@ tiny-bip39 = { version = "^0.8", optional = true }
# Platform-specific dependencies # Platform-specific dependencies
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["rt"] } tokio = { version = "1", features = ["rt"] }
# pin hyper version to prevent update to socket2 0.4.0 which isn't supported for MSRV 1.45.0
hyper = { version = "=0.14.4" }
[target.'cfg(target_arch = "wasm32")'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies]
async-trait = "0.1" async-trait = "0.1"