hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.35k stars 957 forks source link

Update base64 dependency from 0.21 to 0.22 #1689

Closed j-vanderstoep closed 1 month ago

j-vanderstoep commented 2 months ago

Tonic currently depends on two different versions of base64 - directly on 0.21, and transitively through rustls-pemfile on 0.22. Updating tonic to use 0.22 results in just a single version dependency. This is helpful for ecosystems (like Android) where keeping crates on the latest version of dependencies across various projects helps reduce memory usage and disc space.

djc commented 2 months ago

Would be nice to have!

tottoto commented 2 months ago

Duplicate of #1649.

LucioFranco commented 1 month ago

Merged #1649 so closing this thanks!