Skip to content

Commit

Permalink
build(deps): bump go.step.sm/crypto from 0.53.0 to 0.54.0 (#1338)
Browse files Browse the repository at this point in the history
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from
0.53.0 to 0.54.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/smallstep/crypto/commit/b27219e0f23bab18c9b1b996a142f4e29296ece6"><code>b27219e</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/605">#605</a>
from smallstep/mariano/piv-v2</li>
<li><a
href="https://github.com/smallstep/crypto/commit/8514aeee347fdbde555b47d16e9cc96b6b8fdc9b"><code>8514aee</code></a>
Add support for new RSA key sizes in YubiKey 5.7.x</li>
<li><a
href="https://github.com/smallstep/crypto/commit/d1392f2113206e9e66b15ccfc077d756e8b9b2c5"><code>d1392f2</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/604">#604</a>
from smallstep/herman/upgrade-go-piv-v2</li>
<li><a
href="https://github.com/smallstep/crypto/commit/aca4766fb7d6d4c955ad5ab98298fdcc1de25892"><code>aca4766</code></a>
Fix linter issues</li>
<li><a
href="https://github.com/smallstep/crypto/commit/2444fda8b140ffd99c511ca682f20d926acdda3c"><code>2444fda</code></a>
Upgrade to <code>go-piv</code> @ <code>v2.2.0</code></li>
<li><a
href="https://github.com/smallstep/crypto/commit/563e58278296355025e3451f0b20f60311c518d3"><code>563e582</code></a>
Bump github.com/go-piv/piv-go from 1.11.0 to 2.0.0+incompatible</li>
<li><a
href="https://github.com/smallstep/crypto/commit/47febcd8eeae3b35809606fe1f148babe38dc4e0"><code>47febcd</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/601">#601</a>
from smallstep/dependabot/go_modules/github.com/aws/a...</li>
<li><a
href="https://github.com/smallstep/crypto/commit/b58f7efefd323f1425f6a22ede491c4979960130"><code>b58f7ef</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/603">#603</a>
from smallstep/dependabot/go_modules/google.golang.or...</li>
<li><a
href="https://github.com/smallstep/crypto/commit/b937d1a8030927d7a74b94a255029b7fc1643047"><code>b937d1a</code></a>
Bump github.com/aws/aws-sdk-go-v2/config from 1.27.37 to 1.27.39</li>
<li><a
href="https://github.com/smallstep/crypto/commit/4847f5766b2ea76cc1a62a45a16cec63f19a4e72"><code>4847f57</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/602">#602</a>
from smallstep/dependabot/go_modules/github.com/aws/a...</li>
<li>Additional commits viewable in <a
href="https://github.com/smallstep/crypto/compare/v0.53.0...v0.54.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.step.sm/crypto&package-manager=go_modules&previous-version=0.53.0&new-version=0.54.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 Oct 8, 2024
1 parent 0fb5d6c commit fa08a4d
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 @@ -26,7 +26,7 @@ require (
go.lsp.dev/uri v0.3.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
go.step.sm/crypto v0.53.0
go.step.sm/crypto v0.54.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ go.opentelemetry.io/otel/trace v1.30.0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8d
go.opentelemetry.io/otel/trace v1.30.0/go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o=
go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
go.step.sm/crypto v0.53.0 h1:+1as1ogzuCzx15/468M4mEC5juogI5a0Fzbsyh1CuYY=
go.step.sm/crypto v0.53.0/go.mod h1:AqLU78RqNUHepLzyOWZuNN/2++Lu7dZENdO9UzWOGSk=
go.step.sm/crypto v0.54.0 h1:V8p+12Ld0NRA/RBMYoKXA0dWmVKZSdCwP56IwzweT9g=
go.step.sm/crypto v0.54.0/go.mod h1:vQJyTngfZDW+UyZdFzOMCY/txWDAmcwViEUC7Gn4YfU=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down

0 comments on commit fa08a4d

Please sign in to comment.