akiradeveloper / lol

A Multi-Raft implementation in Rust language.
MIT License
180 stars 18 forks source link

Bump http-serde to 2.0 #330

Closed akiradeveloper closed 3 days ago

akiradeveloper commented 7 months ago

It depends on http 1.0 and tonic is the blocker. Once tonic upgrade http dependency, we gotta do this.

https://github.com/hyperium/tonic/issues/1579

PR: https://github.com/hyperium/tonic/pull/1670

akiradeveloper commented 3 days ago

Already done.