Bump golang.org/x/crypto from 0.38.0 to 0.39.0 #1684

Merged
dependabot[bot] merged 1 commit from refs/pull/1684/head into main 2025-06-11 21:57:40 +00:00
dependabot[bot] commented 2025-06-09 03:16:10 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #889
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/889
Original created: 2025-06-09T03:16:10Z
Original updated: 2025-06-11T21:57:47Z
Original head: carverauto/serviceradar:dependabot/go_modules/golang.org/x/crypto-0.39.0
Original base: main
Original merged: 2025-06-11T21:57:40Z by @mfreeman451

Bumps golang.org/x/crypto from 0.38.0 to 0.39.0.

Commits
  • 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client
  • 9bab967 go.mod: update golang.org/x dependencies
  • 4f9f0ca x509roots/fallback: add init time benchmark
  • eac7cf0 x509roots/fallback: move parsing code to a non-generated file
  • 18228cd acme: return err from deprecated TLS-SNI-[01|02] functions
  • 73f6362 acme: remove dead code
  • ebc8e46 ssh: add server side support for Diffie Hellman Group Exchange
  • e944286 ssh: expose negotiated algorithms
  • 78a1fd7 ssh: automatically add curve25519-sha256@libssh.org KEX alias
  • ac58737 ssh: export supported algorithms
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Imported from GitHub pull request. Original GitHub pull request: #889 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/889 Original created: 2025-06-09T03:16:10Z Original updated: 2025-06-11T21:57:47Z Original head: carverauto/serviceradar:dependabot/go_modules/golang.org/x/crypto-0.39.0 Original base: main Original merged: 2025-06-11T21:57:40Z by @mfreeman451 --- Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/3bf9d2afd4f01ad3d1f1e2e19ea6ee7ea27f8384"><code>3bf9d2a</code></a> ssh/test: skip KEX test if unsupported by system SSH client</li> <li><a href="https://github.com/golang/crypto/commit/9bab96736ccafb2ee12ac5f5ac3655c5491825dd"><code>9bab967</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/4f9f0ca9fcfb05873f4a88940e285c7fbf343da5"><code>4f9f0ca</code></a> x509roots/fallback: add init time benchmark</li> <li><a href="https://github.com/golang/crypto/commit/eac7cf0d78a4920a916d2eb7e9ced233544fdc08"><code>eac7cf0</code></a> x509roots/fallback: move parsing code to a non-generated file</li> <li><a href="https://github.com/golang/crypto/commit/18228cd6f13eca120291bd4cf343c10ca24d7e3f"><code>18228cd</code></a> acme: return err from deprecated TLS-SNI-[01|02] functions</li> <li><a href="https://github.com/golang/crypto/commit/73f63624719735a733f5d01462271b341b9c2f7f"><code>73f6362</code></a> acme: remove dead code</li> <li><a href="https://github.com/golang/crypto/commit/ebc8e463153182e44695bfc4e4ae8cfdc00aa86d"><code>ebc8e46</code></a> ssh: add server side support for Diffie Hellman Group Exchange</li> <li><a href="https://github.com/golang/crypto/commit/e944286e33103542b8b53277b95c38394976493f"><code>e944286</code></a> ssh: expose negotiated algorithms</li> <li><a href="https://github.com/golang/crypto/commit/78a1fd78936b0639c1d0f8daf38880aa6e699722"><code>78a1fd7</code></a> ssh: automatically add <a href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a> KEX alias</li> <li><a href="https://github.com/golang/crypto/commit/ac58737d259962f38068acb1bcd4a51850ec4951"><code>ac58737</code></a> ssh: export supported algorithms</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.38.0...v0.39.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.38.0&new-version=0.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!1684
No description provided.