pimeys / rust-web-push

A Web Push library for Rust
Apache License 2.0
113 stars 21 forks source link

Dependency updates #22

Closed CypherNaught-0x closed 3 years ago

CypherNaught-0x commented 3 years ago

In order to be compatible with recent tokio updates I updated all dependencies and fixed arising compiler errors. The test suite ran without issues. And my personal project seems to be running well with the new version also.

Thanks for your work on this!

pimeys commented 3 years ago

Cool. Do you still want to make this runtime independent?

CypherNaught-0x commented 3 years ago

I think an error might have slipped through. I'm now getting an "Unspecified" error: An unknown error happened encrypting the message I'm working on a fix but wanted to let you know.