diff --git a/Cargo.toml b/Cargo.toml index ddae37c..e9eefe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bech32 = "0.11" bitcoin = { version = "0.30.2", default-features = false, features = ["serde", "rand"] } ureq = { version = "2.5.0", features = ["json"], optional = true } reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["json"] } -email_address = "0.2.4" +email_address = "=0.2.5" url = { version = "2.3.1", features = ["serde"] } base64 = "0.22.0" cbc = { version = "0.1", features = ["alloc"] } diff --git a/src/async.rs b/src/async.rs index 6b4f7a5..bb085d9 100644 --- a/src/async.rs +++ b/src/async.rs @@ -10,7 +10,7 @@ use crate::channel::ChannelResponse; use crate::lnurl::LnUrl; use crate::pay::{LnURLPayInvoice, PayResponse}; use crate::withdraw::WithdrawalResponse; -use crate::{decode_ln_url_response, Builder, Error}; +use crate::{Builder, Error}; #[derive(Debug, Clone)] pub struct AsyncClient {