chore(deps): refresh workspace dependencies - #5157
Merged
Merged
Conversation
Co-Authored-By: heihutu <heihutu@gmail.com>
Contributor
Dependency ReviewThe following issues were found:
License IssuesCargo.lock
OpenSSF Scorecard
Scanned Files
|
Contributor
|
CLA requirements are satisfied for this pull request. |
houseme
marked this pull request as ready for review
July 23, 2026 15:35
houseme
enabled auto-merge (squash)
July 23, 2026 15:35
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.
Related Issues
N/A
Summary of Changes
cargo update --verboseandcargo upgrade --exclude ratelimit --verbose.base64dependency requirement from0.22.1to0.23.0.rustls-pki-typesfrom1.15.0to1.15.1as selected by the dependency refresh.ratelimitexclusion;ratelimitremains at0.10.1.Verification
Not run locally per maintainer request; validation is deferred to CI.
Commands executed for the dependency refresh:
cargo update --verbosecargo upgrade --exclude ratelimit --verbosecargo update --verboseafter settingbase64 = "0.23.0"to refresh the lockfile with the incompatible direct dependency update.Impact
RustFS workspace crates that use the shared
base64dependency now resolve tobase64 0.23.0. Transitive dependencies that still requirebase64 0.22.x, such asreqwest, continue to resolve their compatible version separately. There are no intended RustFS configuration, S3 API, on-wire, or storage-format changes.Additional Notes
origin/main.