Skip to content

chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 in /backend#256

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/golang.org/x/crypto-0.51.0
Open

chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 in /backend#256
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/golang.org/x/crypto-0.51.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.50.0 to 0.51.0.

Commits
  • b8a14a8 go.mod: update golang.org/x dependencies
  • 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+
  • fd0b90d acme: include Problem in OrderError.Error
  • b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2
  • cc0e4fc hkdf: forward Extract to the standard library
  • a8e9237 x509roots/fallback: update bundle
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.51.0.
- [Commits](golang/crypto@v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@greptile-apps

greptile-apps Bot commented May 11, 2026

Copy link
Copy Markdown

Greptile Summary

Routine Dependabot bump of golang.org/x/crypto from v0.50.0 to v0.51.0, with cascading minor-version bumps to three transitive dependencies.

  • golang.org/x/crypto v0.50.0 → v0.51.0 (direct dependency); changes include a pbkdf2 wrapper for the stdlib, hkdf forwarded to stdlib, an updated x509 root bundle, and an improved acme.OrderError message.
  • Transitive deps also bumped: golang.org/x/net v0.52→v0.53, golang.org/x/sys v0.43→v0.44, golang.org/x/text v0.36→v0.37; all go.sum hashes updated correctly.

Confidence Score: 5/5

Safe to merge — only dependency version strings and checksums are touched, with no application code changes.

The change is limited to bumping golang.org/x/crypto and three transitive golang.org/x packages by one minor version each. All go.sum hashes are consistent with the declared versions, no application logic is modified, and the upstream changelog shows only additive/wrapper changes with no breaking API surface.

No files require special attention.

Important Files Changed

Filename Overview
backend/go.mod Bumps golang.org/x/crypto from v0.50.0 to v0.51.0; transitive deps golang.org/x/net, golang.org/x/sys, and golang.org/x/text also bumped one minor version each.
backend/go.sum Checksum entries updated to match the new versions of golang.org/x/crypto, net, sys, and text; old entries removed and new ones added as expected.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[backend/go.mod] --> B[golang.org/x/crypto\nv0.50.0 → v0.51.0]
    A --> C[golang.org/x/net\nv0.52.0 → v0.53.0\nindirect]
    A --> D[golang.org/x/sys\nv0.43.0 → v0.44.0\nindirect]
    A --> E[golang.org/x/text\nv0.36.0 → v0.37.0\nindirect]
    B --> F[go.sum hashes updated]
    C --> F
    D --> F
    E --> F
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump golang.org/x/crypto fr..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants