Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#3265)
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