Skip to content

Commit a8625de

Browse files
committed
use http dep instead of internal bthhp/http
1 parent c02d1d1 commit a8625de

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Cargo-minimal.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
492492
checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
493493
dependencies = [
494494
"thiserror 1.0.63",
495-
"url",
496495
]
497496

498497
[[package]]

Cargo-recent.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
492492
checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
493493
dependencies = [
494494
"thiserror 1.0.63",
495-
"url",
496495
]
497496

498497
[[package]]

payjoin-directory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ acme = ["tokio-rustls-acme"]
2020

2121
[dependencies]
2222
anyhow = "1.0.99"
23-
bhttp = { version = "0.6.1", features = ["http"] }
23+
bhttp = { version = "0.6.1" }
2424
bitcoin = { version = "0.32.7", features = ["base64", "rand-std"] }
2525
clap = { version = "4.5.45", features = ["derive", "env"] }
2626
config = "0.15.14"

payjoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default = ["v2"]
2424
#[doc = "Core features for payjoin state machines"]
2525
_core = [
2626
"bitcoin/rand-std",
27-
"dep:http",
27+
"http",
2828
"serde_json",
2929
"form_urlencoded",
3030
"bitcoin_uri",

0 commit comments

Comments
 (0)