TrueLayer / ginepro

A client-side gRPC channel implementation for tonic
Apache License 2.0
127 stars 24 forks source link

Update tonic to 0.11 using a version range #50

Closed kplattret closed 8 months ago

kplattret commented 8 months ago

There is a new version of tonic available. This updates the various Cargo.toml files to accept a range of versions for that crate, allowing to update as needed.

njhill commented 8 months ago

Thank you @eopb @kplattret!