Skip to content

Commit

Permalink
Pin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 19, 2024
1 parent 5a3e5d4 commit 4c61a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4c61a03

Please sign in to comment.