nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update ring to 17.x

Revertron opened this issue · comments

Proposed change

Please, update ring dependency to 17.x.

Use case

There are new supported architectures, so we will get it for a low price.

Contribution

No response

It is already v17. Just not released yet.
Please consider moving to the new async client, as the sync one is deprecated and is not getting new features.

But I don't want to get whole tokio in my project, it works without asyncs perfectly well.

both sync and async client are now released with updated version of Ring.