Skip to content

Commit 4fca182

Browse files
committed
remove unneeded http feature in bhttp dep in payjoin mailroom
1 parent 6352bb9 commit 4fca182

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo-minimal.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
476476
checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
477477
dependencies = [
478478
"thiserror 1.0.69",
479-
"url",
480479
]
481480

482481
[[package]]

Cargo-recent.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
476476
checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
477477
dependencies = [
478478
"thiserror 1.0.63",
479-
"url",
480479
]
481480

482481
[[package]]

payjoin-mailroom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ axum = "0.8"
2929
axum-server = { version = "0.8", features = [
3030
"tls-rustls-no-provider",
3131
], optional = true }
32-
bhttp = { version = "0.6.1", features = ["http"] }
32+
bhttp = { version = "0.6.1" }
3333
bitcoin = { version = "0.32.7", features = ["base64", "rand-std"] }
3434
byteorder = "1.5.0"
3535
bytes = "1.10.1"

0 commit comments

Comments
 (0)