cashubtc / cdk

Cashu Development Kit
MIT License
75 stars 31 forks source link

Bump Deps #147

Closed thesimplekid closed 4 days ago

thesimplekid commented 3 months ago

Once rust-lightning updates bitcoin it can be updated here.

https://github.com/lightningdevkit/rust-lightning/pull/3063

thesimplekid commented 3 months ago

Once on the new version of bitcoin we can also use their re-export of base64 and remove it as a direct dep.

https://github.com/cashubtc/cdk/blob/267e5f044d8e99a698dd6662b54483a65d8648b9/crates/cdk/Cargo.toml#L21

prusnak commented 3 weeks ago

attempt to address this is in https://github.com/cashubtc/cdk/pull/300