Skip to content

Commit 24d96cc

Browse files
committed
use http dep instead of internal bthhp/http
1 parent 7646178 commit 24d96cc

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.63",
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/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)