Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#239)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  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-03-05 23:11:20 +00:00
committed by GitHub
parent 63fdc141e5
commit e027e055ff
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -8,8 +8,8 @@ require (
github.com/ncruces/julianday v1.0.0
github.com/ncruces/sort v0.1.5
github.com/tetratelabs/wazero v1.9.0
golang.org/x/crypto v0.35.0
golang.org/x/sys v0.30.0
golang.org/x/crypto v0.36.0
golang.org/x/sys v0.31.0
)
require (