chore: update rust dependencies#68
Closed
CharlieLZ wants to merge 1 commit into
Closed
Conversation
Author
|
CI is currently
|
Author
|
Added the short demo artifact requested by the bounty guidelines to the PR body: Local validation on the submitted commit remains:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #44
/claim #44
This migrates the project to the current major dependency stack rather than only applying semver-compatible lockfile bumps.
Changes:
tonic-prost-buildserveAPIs instead of the oldhyper::ServerwrapperSpanExporter/SdkTracerProviderAPIsgh-workflow0.8Cargo.lockto the latest compatible transitive dependency setThis is intentionally broader than the open semver-compatible dependency PRs; those leave major migrations such as Hyper 1.x, Tonic 0.14, OpenTelemetry 0.32, and Shuttle 0.57 out of scope.
Validation:
cargo update --verbosecargo fmt -- --checkcargo testcargo clippy --all-features --workspace -- -D warningsDemo: this is a backend dependency migration with no UI flow. I added a short terminal-style validation video showing the local verification evidence: https://github.com/CharlieLZ/rust-grpc/releases/download/rust-grpc-44-demo-f2f689b/rust-grpc-44-demo.mp4