Upgrade tonic to 0.14.2, prost to 0.14.1, thiserror to 2.0 #255
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades gRPC stack to latest versions for compatibility with downstream projects requiring newer tonic/prost.
Note: tonic 0.14 is the final milestone before the grpc-rust migration. See the release video for details on upcoming changes.
Changes
Dependencies Updated
New Dependencies
Tonic Feature Changes
Tonic 0.14 restructured TLS features:
tls→tls-ringtls-roots→tls-native-rootschannelfeature for client transportCode Changes
src/qdrant.rswith tonic-prost-build 0.14tests/protos.rsto usetonic_prost_buildAPITest Plan