]> Untitled Git - bdk/commitdiff
Pin hyper version to =0.14.4
authorSteve Myers <steve@notmandatory.org>
Sat, 27 Mar 2021 08:21:34 +0000 (01:21 -0700)
committerAlekos Filini <alekos.filini@gmail.com>
Mon, 29 Mar 2021 08:12:56 +0000 (10:12 +0200)
Cargo.toml

index 2ec8b94e1e1ab0f6183201ceb5fff7b25fd6a450..c86698f41e5f373fa2b6e3ddfdf8cb0069056e58 100644 (file)
@@ -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"