Skip to content

Commit 8bfc714

Browse files
build(deps): bump go.step.sm/crypto from 0.74.0 to 0.75.0 (#1963)
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.74.0 to 0.75.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallstep/crypto/commit/cd9e473b34ae15317b5e6b4b513f2f2fb601bd15"><code>cd9e473</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/crypto/issues/904">#904</a> from smallstep/mariano/mackms-se</li> <li><a href="https://github.com/smallstep/crypto/commit/95d1c3c8332e8af6336ac9f1c17f68574c5ed5c0"><code>95d1c3c</code></a> Add support for P-384 keys on the secure enclave</li> <li><a href="https://github.com/smallstep/crypto/commit/da4056b9ca38b34b42aabe60ab4b68a1f629dad1"><code>da4056b</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/crypto/issues/901">#901</a> from smallstep/dependabot/go_modules/google.golang.or...</li> <li><a href="https://github.com/smallstep/crypto/commit/29de973ca478bd37b6d468fc3b59580605689c20"><code>29de973</code></a> chore(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0</li> <li><a href="https://github.com/smallstep/crypto/commit/e07fa4869a350ebefb62de93350f559987dd39ee"><code>e07fa48</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/crypto/issues/900">#900</a> from smallstep/dependabot/go_modules/golang.org/x/cry...</li> <li><a href="https://github.com/smallstep/crypto/commit/fac6cb444541c7c93bd83368b1aaebaab4dd598f"><code>fac6cb4</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/crypto/issues/902">#902</a> from smallstep/dependabot/go_modules/github.com/aws/a...</li> <li><a href="https://github.com/smallstep/crypto/commit/b62fe19eb67e91b4929be6d48aa2bbd8636fb2b6"><code>b62fe19</code></a> chore(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0</li> <li><a href="https://github.com/smallstep/crypto/commit/663c594ca8117e3f75ff9e3d0d76e4c05f6b6e86"><code>663c594</code></a> chore(deps): Bump github.com/aws/aws-sdk-go-v2/config</li> <li><a href="https://github.com/smallstep/crypto/commit/d878b9f3d7d1dd0f51c9e81cba7d1e486a3e72b4"><code>d878b9f</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/crypto/issues/903">#903</a> from smallstep/dependabot/go_modules/google.golang.or...</li> <li><a href="https://github.com/smallstep/crypto/commit/179b104309baaf148ad4c3c09c8cc7c83cc47f65"><code>179b104</code></a> Skip Cavium root validity test until January 15th, 2026</li> <li>Additional commits viewable in <a href="https://github.com/smallstep/crypto/compare/v0.74.0...v0.75.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.74.0&new-version=0.75.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>
1 parent 525b635 commit 8bfc714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
go.lsp.dev/uri v0.3.0
2525
go.opentelemetry.io/otel v1.38.0
2626
go.opentelemetry.io/otel/trace v1.38.0
27-
go.step.sm/crypto v0.74.0
27+
go.step.sm/crypto v0.75.0
2828
golang.org/x/oauth2 v0.33.0
2929
golang.org/x/sync v0.18.0
3030
golang.org/x/sys v0.38.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
283283
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
284284
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
285285
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
286-
go.step.sm/crypto v0.74.0 h1:/APBEv45yYR4qQFg47HA8w1nesIGcxh44pGyQNw6JRA=
287-
go.step.sm/crypto v0.74.0/go.mod h1:UoXqCAJjjRgzPte0Llaqen7O9P7XjPmgjgTHQGkKCDk=
286+
go.step.sm/crypto v0.75.0 h1:UAHYD6q6ggYyzLlIKHv1MCUVjZIesXRZpGTlRC/HSHw=
287+
go.step.sm/crypto v0.75.0/go.mod h1:wwQ57+ajmDype9mrI/2hRyrvJd7yja5xVgWYqpUN3PE=
288288
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
289289
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
290290
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=

0 commit comments

Comments
 (0)