File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -476,7 +476,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
476476checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
477477dependencies = [
478478 "thiserror 1.0.63",
479- "url",
480479]
481480
482481[[package]]
Original file line number Diff line number Diff line change @@ -476,7 +476,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
476476checksum = "16fc24bc615b9fd63148f59b218ea58a444b55762f8845da910e23aca686398b"
477477dependencies = [
478478 "thiserror 1.0.63",
479- "url",
480479]
481480
482481[[package]]
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments