Skip to content

Commit

Permalink
build(deps): bump go.step.sm/crypto from 0.54.0 to 0.54.2 (#1402)
Browse files Browse the repository at this point in the history
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from
0.54.0 to 0.54.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/smallstep/crypto/commit/74dea0b0543e407e51e05a30a3b3a7b79e71cb3b"><code>74dea0b</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/631">#631</a>
from smallstep/mariano/mackms-tags</li>
<li><a
href="https://github.com/smallstep/crypto/commit/d01bccd66e8a6790a440abbb57abb71959580959"><code>d01bccd</code></a>
Remove debug comments</li>
<li><a
href="https://github.com/smallstep/crypto/commit/05f8a4b1d497c35b0c3ac6bb782431bca9ad70a2"><code>05f8a4b</code></a>
Allow to retry with no tags when loading privatekeys</li>
<li><a
href="https://github.com/smallstep/crypto/commit/3a8464f9631b1f0b2d77bd00ba0f498e8a4c70e6"><code>3a8464f</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/630">#630</a>
from smallstep/mariano/mackms-conversions</li>
<li><a
href="https://github.com/smallstep/crypto/commit/9882b2b9aa6c989fa779e8def4d30c7a4ebb7fb5"><code>9882b2b</code></a>
Fix cgo data conversion for bytes and strings</li>
<li><a
href="https://github.com/smallstep/crypto/commit/96300f09afbb51baae0dfd58293099056a17cb93"><code>96300f0</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/626">#626</a>
from smallstep/dependabot/go_modules/google.golang.or...</li>
<li><a
href="https://github.com/smallstep/crypto/commit/a21542370c9741c3c7f1f573abebfeff0a6ec720"><code>a215423</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/625">#625</a>
from smallstep/dependabot/go_modules/github.com/aws/a...</li>
<li><a
href="https://github.com/smallstep/crypto/commit/558b9f304a4be31e4e2b50feae4a4598188dfa44"><code>558b9f3</code></a>
Bump google.golang.org/api from 0.204.0 to 0.205.0</li>
<li><a
href="https://github.com/smallstep/crypto/commit/e2b707dd8466cbdb9efd80a339a115e24b0a2290"><code>e2b707d</code></a>
Bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.3</li>
<li><a
href="https://github.com/smallstep/crypto/commit/a9a4170ba78257c04bd8b4f2c7604856899dc1bb"><code>a9a4170</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/crypto/issues/627">#627</a>
from smallstep/dependabot/go_modules/golang.org/x/sys...</li>
<li>Additional commits viewable in <a
href="https://github.com/smallstep/crypto/compare/v0.54.0...v0.54.2">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.54.0&new-version=0.54.2)](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 Nov 14, 2024
1 parent 213dc9b commit 4437da3
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.32.0
go.opentelemetry.io/otel/trace v1.32.0
go.step.sm/crypto v0.54.0
go.step.sm/crypto v0.54.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/sync v0.9.0
golang.org/x/sys v0.27.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.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQD
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
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.54.0 h1:V8p+12Ld0NRA/RBMYoKXA0dWmVKZSdCwP56IwzweT9g=
go.step.sm/crypto v0.54.0/go.mod h1:vQJyTngfZDW+UyZdFzOMCY/txWDAmcwViEUC7Gn4YfU=
go.step.sm/crypto v0.54.2 h1:3LSA5nYDQvcd484OSx7xsS3XDqQ7/WZjVqvq0+a0fWc=
go.step.sm/crypto v0.54.2/go.mod h1:1+OjUozd5aA3TkBJfr5Aobd6vNt9F70n1DagcoBh3Pc=
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 4437da3

Please sign in to comment.