Bump github.com/cloudwego/hertz from 0.9.6 to 0.9.7

Bumps [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/cloudwego/hertz/releases)
- [Commits](https://github.com/cloudwego/hertz/compare/v0.9.6...v0.9.7)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/hertz
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-09 04:27:06 +00:00 committed by GitHub
parent 152fb8aa71
commit 0c87a476c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.24.2
require (
github.com/BurntSushi/toml v1.5.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.5.0
github.com/cloudwego/hertz v0.9.6
github.com/cloudwego/hertz v0.9.7
github.com/hertz-contrib/http2 v0.1.8
github.com/satomitouka/touka-httpc v0.3.3
golang.org/x/net v0.38.0