Skip to content

Commit

Permalink
Bump payjoin crate
Browse files Browse the repository at this point in the history
The old version failed on valid 'Content-Type: text/plain; charset=utf8' because /pj POST requests expected only the MIME type and nothing thereafter
  • Loading branch information
DanGould committed Oct 14, 2022
1 parent 29ff1ad commit 2ce4d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_paths = []

[dependencies]
bitcoin = { version = "0.28.1", features = ["use-serde"] }
bip78 = { git = "https://github.com/dangould/rust-payjoin", branch = "receive-logic-v3", features = ["sender", "receiver" ] }
bip78 = { git = "https://github.com/dangould/rust-payjoin", rev = "8d9b7d6", features = ["sender", "receiver" ] }
url = "2.2.2"
hyper = "0.14.9"
tonic_lnd = "0.4.0"
Expand Down

0 comments on commit 2ce4d5c

Please sign in to comment.