Bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#324)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.43.0.
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-08 23:11:06 +01:00
committed by GitHub
parent ea860e407d
commit 7f2d70a0f3
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -7,16 +7,16 @@ require (
github.com/ncruces/sort v0.1.6
github.com/ncruces/wbt v0.2.0
github.com/tetratelabs/wazero v1.9.0
golang.org/x/sys v0.36.0
golang.org/x/sys v0.37.0
)
require (
github.com/dchest/siphash v1.2.3 // ext/bloom
github.com/google/uuid v1.6.0 // ext/uuid
github.com/psanford/httpreadat v0.1.0 // example
golang.org/x/crypto v0.42.0 // vfs/adiantum vfs/xts
golang.org/x/crypto v0.43.0 // vfs/adiantum vfs/xts
golang.org/x/sync v0.17.0 // test
golang.org/x/text v0.29.0 // ext/unicode
golang.org/x/text v0.30.0 // ext/unicode
lukechampine.com/adiantum v1.1.1 // vfs/adiantum
)