Skip to content

Commit

Permalink
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#14143)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.26.0 to 0.27.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/c9da6b9a4008902aae7c754e8f01d42e2d2cf205"><code>c9da6b9</code></a>
all: fix printf(var) mistakes detected by latest printf checker</li>
<li><a
href="https://github.com/golang/crypto/commit/b35ab4fde0e27d900fc800ae12370c858b58ba41"><code>b35ab4f</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/bcb0f91bbceb3486cc7f10102ff046661fb4d364"><code>bcb0f91</code></a>
internal/poly1305: Port sum_amd64.s to Avo</li>
<li><a
href="https://github.com/golang/crypto/commit/7eace71069e621a910a5158a1b46314d38f724ae"><code>7eace71</code></a>
chacha20poly1305: Avo port of chacha20poly1305_amd64.s</li>
<li><a
href="https://github.com/golang/crypto/commit/620dfbc770bb652335dab79ae80f6c9bdb1a7321"><code>620dfbc</code></a>
salsa20/salsa: Port salsa20_amd64.s to Avo</li>
<li><a
href="https://github.com/golang/crypto/commit/82942cf1d8d34067e576572f2e00014a78c1efd8"><code>82942cf</code></a>
blake2b: port blake2b_amd64.s to Avo</li>
<li><a
href="https://github.com/golang/crypto/commit/0484c26df710dd85a038090191bda8c385afdd49"><code>0484c26</code></a>
blake2b: port blake2bAVX2_amd64.s to Avo</li>
<li><a
href="https://github.com/golang/crypto/commit/38ed1bc0ecdc7fbeadbc7337dc44667688eac800"><code>38ed1bc</code></a>
blake2s: port blake2s_amd64.s to Avo</li>
<li><a
href="https://github.com/golang/crypto/commit/38a0b5da75b2e8dab0b735296f86d9605e5f92cf"><code>38a0b5d</code></a>
argon2: Avo port of blamka_amd64.s</li>
<li><a
href="https://github.com/golang/crypto/commit/bf5f14f5457a10932761a9abe55eb6e2d05e092a"><code>bf5f14f</code></a>
x509roots/fallback: update bundle</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.26.0...v0.27.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.26.0&new-version=0.27.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>
  • Loading branch information
tomponline authored Sep 23, 2024
2 parents cec962b + 0d11d9b commit df69873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/zitadel/oidc/v3 v3.30.0
go.starlark.net v0.0.0-20240725214946-42030a7cedce
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.26.0
golang.org/x/crypto v0.27.0
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5y
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
Expand Down

0 comments on commit df69873

Please sign in to comment.