Skip to content

Commit

Permalink
replaced rekwest with ureq
Browse files Browse the repository at this point in the history
  • Loading branch information
toneloc committed Nov 9, 2024
1 parent 072d68f commit 7845996
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 211 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lsp = []
ldk-node = "0.4.0"
lightning-liquidity = "=0.1.0-alpha.6"
lightning = { version = "0.0.125", features = ["std"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
ureq = { version = "2.10.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
retry = "1.3"
Expand Down
Loading

0 comments on commit 7845996

Please sign in to comment.