chore(deps): bump utils-rs to 74ff898 - #339
Open
mario-reown wants to merge 2 commits into
Open
Conversation
Keeps wc_metrics on the same rev as rs-relay, which needs utils-rs #34 (AWS legacy TLS client dropped, maxminddb 0.27, parquet 59).
|
Claude finished @mario-reown's task in 1m 16s —— View job Review Complete
Issues Found
PR description claims "Cargo.lock: only the utils-rs crates move" but
Recommendation: Verify if this |
cargo-deny-action@v2 now rejects 'check license'; the job only runs when Cargo.toml changes, which is why this stayed hidden.
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.
Lockstep bump so
wc_metricsunifies with rs-relay, which is moving to utils-rs WalletConnect/utils-rs#34 (AWS legacy hyper-0.14/rustls-0.21 client dropped, maxminddb 0.27, parquet 59). Two revs ofwc_metricsin one graph break theEnumlabel trait forOperationName.wcn uses
wcwithdefault-features = false(alloc, collections, future, metrics), none of which changed. Cargo.lock: only the utils-rs crates move.Also:
cicargo-deny job usedcheck license, which cargo-deny-action@v2 now rejects (invalid value 'license'); fixed tocheck licenses. The job only runs when Cargo.toml changes, so this was latent.Known unrelated red:
bump-versionfails at checkout because the org secretRELEASE_PAT(last rotated 2025-09-02) has expired — needs an org admin to rotate.Verified:
cargo check --workspace --all-targetsclean.