Skip to content

chore(deps): refresh workspace dependencies - #5157

Merged
houseme merged 1 commit into
mainfrom
houseme/dependency-upgrade-20260723-base64
Jul 23, 2026
Merged

chore(deps): refresh workspace dependencies#5157
houseme merged 1 commit into
mainfrom
houseme/dependency-upgrade-20260723-base64

Conversation

@houseme

@houseme houseme commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Related Issues

N/A

Summary of Changes

  • Refresh workspace dependency resolution with cargo update --verbose and cargo upgrade --exclude ratelimit --verbose.
  • Update the workspace base64 dependency requirement from 0.22.1 to 0.23.0.
  • Update rustls-pki-types from 1.15.0 to 1.15.1 as selected by the dependency refresh.
  • Preserve the explicit ratelimit exclusion; ratelimit remains at 0.10.1.

Verification

Not run locally per maintainer request; validation is deferred to CI.

Commands executed for the dependency refresh:

  • cargo update --verbose
  • cargo upgrade --exclude ratelimit --verbose
  • cargo update --verbose after setting base64 = "0.23.0" to refresh the lockfile with the incompatible direct dependency update.

Impact

RustFS workspace crates that use the shared base64 dependency now resolve to base64 0.23.0. Transitive dependencies that still require base64 0.22.x, such as reqwest, continue to resolve their compatible version separately. There are no intended RustFS configuration, S3 API, on-wire, or storage-format changes.

Additional Notes

  • CI is expected to provide the validation signal for this dependency refresh.
  • The branch was created from the latest origin/main.

Co-Authored-By: heihutu <heihutu@gmail.com>
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

Cargo.lock

PackageVersionLicenseIssue Type
base640.23.0NullUnknown License
Excluded from license check: pkg:cargo/rustfs-uring@0.1.0

OpenSSF Scorecard

PackageVersionScoreDetails
cargo/base64 0.23.0 🟢 5.3
Details
CheckScoreReason
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Code-Review🟢 5Found 8/15 approved changesets -- score normalized to 5
Maintained🟢 54 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing🟢 10project is fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/rustls-pki-types 1.15.1 UnknownUnknown

Scanned Files

  • Cargo.lock

@github-actions

Copy link
Copy Markdown
Contributor

CLA requirements are satisfied for this pull request.

@houseme
houseme marked this pull request as ready for review July 23, 2026 15:35
@houseme
houseme enabled auto-merge (squash) July 23, 2026 15:35
@houseme
houseme merged commit 5131ba8 into main Jul 23, 2026
23 checks passed
@houseme
houseme deleted the houseme/dependency-upgrade-20260723-base64 branch July 23, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant