Skip to content

build(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 in /secmem-crypto - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/secmem-crypto/golang.org/x/crypto-0.55.0
Closed

build(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 in /secmem-crypto#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/secmem-crypto/golang.org/x/crypto-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.54.0 to 0.55.0.

Commits
  • f44d03d go.mod: update golang.org/x dependencies
  • 5ed4944 crypto/internal/poly1305: provide optimised assembly for riscv64
  • b07833c ssh: return window credit for discarded extended data
  • d701c51 acme: fix nil pointer dereference in pebble test error reporting
  • 999d053 ssh: fix parsing of GSSAPI payloads offering multiple mechanisms
  • 90f76b8 ssh: reject certificate signature keys before recursing
  • b53964a ssh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs
  • 626e40f ssh: drain stderr on forwarded TCP and Unix channels
  • 31914c6 x509roots/fallback: update bundle
  • f2135b8 all: clean up minor issues found by staticcheck
  • Additional commits viewable 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.54.0 to 0.55.0.
- [Commits](golang/crypto@v0.54.0...v0.55.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 16, 2026
@dependabot
dependabot Bot requested a review from deadpoets as a code owner August 16, 2026 22:42
@dependabot dependabot Bot added the go Pull requests that update go code label Aug 16, 2026
deadpoets added a commit that referenced this pull request Aug 18, 2026
… move together

Dependency changes are release-relevant in this repo — secmem-crypto/v0.3.1 was
a dependency-only release with its own entry — because a require change in
secmem-crypto raises the floor for everyone importing it. Two x/crypto bumps
were landing with nothing in Unreleased.

Also records the coupling, since it is the kind of thing that is obvious only
while you are looking at it: examples pins secmem-crypto with a replace, but a
replace does not exempt the require line from minimum version selection, so
bumping only secmem-crypto makes MVS select 0.55.0 for examples while its go.mod
still asks for 0.54.0. CI runs readonly, so that is a hard error before any
package loads — which is exactly how #51 failed on its own.

Maintenance rather than a security fix: the vuln job was green against 0.54.0.
@deadpoets

Copy link
Copy Markdown
Owner

Landed on main as 75b271a via the integration train in #55.

This PR failed its own examples job with go: updates to go.mod needed, and that was correct rather than flaky: examples pins secmem-crypto with a replace, but a replace does not exempt the require line from minimum version selection. Once secmem-crypto requires x/crypto v0.55.0, MVS selects 0.55.0 for examples too while examples/go.mod still asks for 0.54.0 — and CI runs readonly, so it is a hard error before any package loads.

Landing #52 first resolves it; the train verified both together (22/22 green). Rebased locally so the commit carries the maintainer's SSH signature, with dependabot preserved as author — hence the different SHA and the manual close.

@deadpoets deadpoets closed this Aug 18, 2026
@deadpoets
deadpoets deleted the dependabot/go_modules/secmem-crypto/golang.org/x/crypto-0.55.0 branch August 18, 2026 23:12
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant