WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
136 stars 47 forks source link

chore: upgrade to hyper 1.0 #75

Closed boxdot closed 2 months ago

boxdot commented 3 months ago

Description

Also remove the dependency on hyper-alpn. There is no need for this dependency since all its features are already implemented in hyper-rustls.

Upgrade to remove duplicated dependencies:

How Has This Been Tested?

Due Dilligence

chris13524 commented 2 months ago

Hey @boxdot can you resolve merge conflicts? 🙏 Looks like you just need to add tcp feature to hyper dependency which was introduced by #77. Didn't want to commit to your master branch

boxdot commented 2 months ago

Sure. I do it today in the evening. Thanks for telling.

boxdot commented 2 months ago

Sure. I do it today in the evening. Thanks for telling.

Sometimes "in the evening" means "one week later". Sorry about that.