Add `futures` CI check
[rust-lightning] / lightning-block-sync / src / rest.rs
index f46e5e02eb2c03b03e717ffb53c706f67e7bf8d8..c73b23b600c2925e3e0a085a99fc75560527f064 100644 (file)
@@ -7,7 +7,7 @@ use crate::http::{BinaryResponse, HttpEndpoint, HttpClient, JsonResponse};
 use bitcoin::hash_types::BlockHash;
 use bitcoin::hashes::hex::ToHex;
 
-use futures::lock::Mutex;
+use futures_util::lock::Mutex;
 
 use std::convert::TryFrom;
 use std::convert::TryInto;