1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0

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>
This commit is contained in:
dependabot[bot] 2025-03-06 00:13:09 +00:00 committed by Frédéric Guillot
parent c3cd5e3109
commit ddd916161e
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -12,7 +12,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
github.com/prometheus/client_golang v1.21.1
github.com/tdewolff/minify/v2 v2.21.3
golang.org/x/crypto v0.35.0
golang.org/x/crypto v0.36.0
golang.org/x/image v0.24.0
golang.org/x/net v0.36.0
golang.org/x/oauth2 v0.28.0
@ -41,7 +41,7 @@ require (
github.com/tdewolff/parse/v2 v2.7.19 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
)