+152
−259
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.
Describe your changes
Bump dependencies [email protected], [email protected], [email protected]
Note that this is currently blocked on penumbra-zone/tower-actor#5 being merged so that the
patch
section in the workspaceCargo.toml
can be removed.tower 0.4.13 still shows up in
Cargo.lock
as a dependency of [email protected] and [email protected].[email protected] is already a dependecy in tonic@master as of this PR.
Note for a penumbra-sdk-tower-trace release this constitutes a breaking change (because tower is part of its public API, for example through the trait bount
penumbra_sdk_tower_trace::trace:::InstrumentableService where Self::Service
).There are no code level changes and things should just work as-is (unless some runtime level changes in the underlying crates leads to breakage).
Checklist before requesting a review
I have added guiding text to explain how a reviewer should test these changes.
If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: