You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the tls based dependencies to match the payjoin msrv
This commit updates the tls related dependencies to mathc the new
payjoin msrv to 1.85.0>
All these crates have these changes together as the crates are all
interdependent on each other.
As well there are some significant api changes that come with these new
dep bumps.
payjoin-cli and payjoin-directory both use tokio-rustls which has an
internal rustls module accesible so I removed their direct rustls deps
in hopes that it could prevent some divergent changes in the future.
0 commit comments