ava-labs / avalanche-rs

Avalanche APIs/VM SDK in Rust
Other
45 stars 17 forks source link

Upgrade Hyper #104

Open richardpringle opened 10 months ago

richardpringle commented 10 months ago

Here's the migration guide https://hyper.rs/guides/1/upgrading/

Angel-Petrov commented 9 months ago

Since avalanche-rs is using tonic it is most likely we are going to have to wait for them to support 1.0 hyper as well https://github.com/hyperium/tonic/issues/1307, since we don't immediately need 1.0 using the temporary solution of a compatability layer isn't really productive either.

richardpringle commented 9 months ago

Great point @Angel-Petrov!

Looks like we're blocked on this https://github.com/hyperium/tonic/issues/1579