Skip to content

Commit 683a8a2

Browse files
fix(deps): update module go.step.sm/crypto to v0.73.0 (#560)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.step.sm/crypto](https://redirect.github.com/smallstep/crypto) | `v0.72.0` -> `v0.73.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.step.sm%2fcrypto/v0.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.step.sm%2fcrypto/v0.72.0/v0.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>smallstep/crypto (go.step.sm/crypto)</summary> ### [`v0.73.0`](https://redirect.github.com/smallstep/crypto/releases/tag/v0.73.0) [Compare Source](https://redirect.github.com/smallstep/crypto/compare/v0.72.0...v0.73.0) #### What's Changed - Add support for AES128 and AES256 YubiKey management keys by [@&#8203;hslatman](https://redirect.github.com/hslatman) in [#&#8203;884](https://redirect.github.com/smallstep/crypto/pull/884) ##### Dependencies - chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.13 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;875](https://redirect.github.com/smallstep/crypto/pull/875) - chore(deps): Bump google.golang.org/api from 0.251.0 to 0.252.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;877](https://redirect.github.com/smallstep/crypto/pull/877) - chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;879](https://redirect.github.com/smallstep/crypto/pull/879) - chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.45.6 to 1.46.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;878](https://redirect.github.com/smallstep/crypto/pull/878) - chore(deps): Bump cloud.google.com/go/kms from 1.23.1 to 1.23.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;876](https://redirect.github.com/smallstep/crypto/pull/876) - chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.13 to 1.31.15 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;882](https://redirect.github.com/smallstep/crypto/pull/882) - chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.46.0 to 1.46.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;880](https://redirect.github.com/smallstep/crypto/pull/880) - chore(deps): Bump google.golang.org/api from 0.252.0 to 0.253.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;881](https://redirect.github.com/smallstep/crypto/pull/881) **Full Changelog**: <smallstep/crypto@v0.72.0...v0.73.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d71ac9 commit 683a8a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ require (
300300
golang.org/x/time v0.14.0 // indirect
301301
golang.org/x/tools v0.37.0 // indirect
302302
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
303-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
303+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
304304
honnef.co/go/tools v0.6.1 // indirect
305305
mvdan.cc/gofumpt v0.9.1 // indirect
306306
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
@@ -345,7 +345,7 @@ require (
345345
go.opentelemetry.io/otel/metric v1.38.0 // indirect
346346
go.opentelemetry.io/otel/trace v1.38.0
347347
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
348-
go.step.sm/crypto v0.72.0
348+
go.step.sm/crypto v0.73.0
349349
go.uber.org/multierr v1.11.0
350350
golang.org/x/crypto v0.43.0 // indirect
351351
golang.org/x/net v0.46.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
761761
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
762762
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
763763
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
764-
go.step.sm/crypto v0.72.0 h1:cwkxbmnN8jj8YWmoXdoGhaac81d2SwXguwmHN9KJxHw=
765-
go.step.sm/crypto v0.72.0/go.mod h1:EAy7MSOXxCvCaDAKJqz0bLdTSDdhpEM9xqye8XsfrM4=
764+
go.step.sm/crypto v0.73.0 h1:SNFpslZJa+kTNADpWYJJeMsQqzwDiuxFq0ei5OPLIUg=
765+
go.step.sm/crypto v0.73.0/go.mod h1:pw2MKw7aPgx3bVjVwYrKbpMIawLRwth/5cyhZf6QnBM=
766766
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
767767
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
768768
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
@@ -908,8 +908,8 @@ gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
908908
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
909909
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 h1:BIRfGDEjiHRrk0QKZe3Xv2ieMhtgRGeLcZQ0mIVn4EY=
910910
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5/go.mod h1:j3QtIyytwqGr1JUDtYXwtMXWPKsEa5LtzIFN1Wn5WvE=
911-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 h1:i8QOKZfYg6AbGVZzUAY3LrNWCKF8O6zFisU9Wl9RER4=
912-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4/go.mod h1:HSkG/KdJWusxU1F6CNrwNDjBMgisKxGnc5dAZfT0mjQ=
911+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f h1:1FTH6cpXFsENbPR5Bu8NQddPSaUUE6NA2XdZdDSAJK4=
912+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
913913
google.golang.org/grpc v1.76.0 h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A=
914914
google.golang.org/grpc v1.76.0/go.mod h1:Ju12QI8M6iQJtbcsV+awF5a4hfJMLi4X0JLo94ULZ6c=
915915
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=

0 commit comments

Comments
 (0)