Skip to content

Commit

Permalink
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#560)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.25.0 to 0.26.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/5bcd010f1cdaf2257509bfb7b43eaad62b7928fd"><code>5bcd010</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/3375612bf41a8cdb0cdfdc21e6ca2c7ae0f764b5"><code>3375612</code></a>
ssh: add support for unpadded RSA signatures</li>
<li><a
href="https://github.com/golang/crypto/commit/bb80217080b0e04c6e73e5dcd9f3a9bb11fe23f6"><code>bb80217</code></a>
ssh: don't use dsa keys in integration tests</li>
<li><a
href="https://github.com/golang/crypto/commit/68797222744d17ebda05804c6a5912bd129b8112"><code>6879722</code></a>
ssh: remove go 1.21+ dependency on slices</li>
<li><a
href="https://github.com/golang/crypto/commit/e983fa27418787af5c51d172b508cd85bc6644d0"><code>e983fa2</code></a>
sha3: Avo port of keccakf_amd64.s</li>
<li><a
href="https://github.com/golang/crypto/commit/80fd97208db0a6f1c2dccfc63ccde57b4e994875"><code>80fd972</code></a>
LICENSE: update per Google Legal</li>
<li><a
href="https://github.com/golang/crypto/commit/f2bc3a617ab63149578b696bd2db66ae298b3ba1"><code>f2bc3a6</code></a>
x509roots/fallback/internal/goissue52287: delete</li>
<li><a
href="https://github.com/golang/crypto/commit/d66d9c31b4ae80d173d1187a9e40c188788dbdbc"><code>d66d9c3</code></a>
x509roots/fallback: update bundle</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.25.0...v0.26.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.25.0&new-version=0.26.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 7f0c146 commit f1c87d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ require (
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace v1.28.0
golang.org/x/crypto v0.25.0
golang.org/x/crypto v0.26.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.22.0
golang.org/x/sync v0.8.0
golang.org/x/term v0.23.0
golang.org/x/tools v0.23.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
Expand Down Expand Up @@ -120,8 +120,8 @@ require (
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.34.2
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
18 changes: 10 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1c87d1

Please sign in to comment.