From 4c61a03c441a717aba9d38ad4eb0ad05e5812ac8 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 19 Jul 2024 16:47:16 -0500 Subject: [PATCH] Pin dep --- Cargo.toml | 2 +- src/async.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {