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

4
Cargo.lock generated
View file

@ -824,9 +824,9 @@ dependencies = [
[[package]]
name = "gdbstub"
version = "0.7.1"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6341b3480afbb34eaefc7f92713bc92f2d83e338aaa1c44192f9c2956f4a4903"
checksum = "71d66e32caf5dd59f561be0143e413e01d651bd8498eb9aa0be8c482c81c8d31"
dependencies = [
"bitflags 2.9.0",
"cfg-if",

4
fuzz/Cargo.lock generated
View file

@ -403,9 +403,9 @@ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "gdbstub"
version = "0.7.2"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcc892208d6998fb57e7c3e05883def66f8130924bba066beb0cfe71566a9f6"
checksum = "71d66e32caf5dd59f561be0143e413e01d651bd8498eb9aa0be8c482c81c8d31"
dependencies = [
"bitflags 2.9.0",
"cfg-if",

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" }