chore: update dependencies to latest versions#431
Merged
thinkingfish merged 6 commits intomainfrom Mar 21, 2026
Merged
Conversation
Update all dependencies to latest compatible versions. Pin momento-protos to 0.127.3 to avoid protosocket-rpc 0.11/0.12 diamond conflict. Fix pre-existing bug in momento cache client where GetBatch used nonexistent `latency_histograms` instead of `extra_histogram`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update 33 direct dependency versions to latest semver-compatible releases. No breaking changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Both are drop-in major version bumps with no API changes needed. rand 0.10 requires significant migration (RngCore -> Rng rename, rand_distr API changes) and is deferred to a separate PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolves the protosocket-rpc 0.11/0.12 diamond dependency that required pinning momento-protos. CredentialProvider::from_env_var is deprecated in favor of from_env_var_v2 (different signature, requires endpoint env var) - left as-is for now. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
API changes: - query_async no longer takes connection type as generic param - hget now requires ToSingleRedisArg; multi-field case uses hmget - Resolves future-incompat warning from redis 0.23 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
warp 0.4 split features; added explicit "server" feature flag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0191b8d to
50e36d6
Compare
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.
Summary
cargo update(272 packages)Breaking version upgrades
query_asyncAPI change,hget→hmgetfor multi-field, fixes future-incompatserverfeature flagDeferred upgrades
RngCorerenamed toRng, ~30 call sites need migrationtonic-buildremovedcompile_protos(), requires build pipeline restructurepelikan-netdepending on boring-sys 3.xTest plan
cargo checkpassesfrom_env_vardeprecation)🤖 Generated with Claude Code