build: Bump gdbstub from 0.7.1 to 0.7.6

Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.1 to 0.7.6.
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](https://github.com/daniel5151/gdbstub/compare/0.7.1...0.7.6)

---
updated-dependencies:
- dependency-name: gdbstub
  dependency-version: 0.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen
2025-07-10 19:00:26 +00:00
committed by cloud-hypervisor-bot
parent 6da5c32fd9
commit 96528f84f9
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
flume = "0.11.1"
futures = { version = "0.3.31", optional = true }
gdbstub = { version = "0.7.1", optional = true }
gdbstub = { version = "0.7.6", optional = true }
gdbstub_arch = { version = "0.3.0", optional = true }
hex = { version = "0.4.3", optional = true }
hypervisor = { path = "../hypervisor" }