From: Steve Myers Date: Sat, 27 Mar 2021 08:21:34 +0000 (-0700) Subject: Pin hyper version to =0.14.4 X-Git-Tag: v0.5.1~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/enum.FileError.html?a=commitdiff_plain;h=d94b8f87a3d1e5a24d1f0f093a446456fa0d0325;p=bdk Pin hyper version to =0.14.4 --- diff --git a/Cargo.toml b/Cargo.toml index 2ec8b94e..c86698f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,8 @@ tiny-bip39 = { version = "^0.8", optional = true } # Platform-specific dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies] 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] async-trait = "0.1"